diff options
Diffstat (limited to 'fs/gfs2/quota.c')
| -rw-r--r-- | fs/gfs2/quota.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index 7e528dc14f8..d49669e9265 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c @@ -1427,8 +1427,8 @@ int gfs2_quotad(void *data)  		/* Check for & recover partially truncated inodes */  		quotad_check_trunc_list(sdp); -		if (freezing(current)) -			refrigerator(); +		try_to_freeze(); +  		t = min(quotad_timeo, statfs_timeo);  		prepare_to_wait(&sdp->sd_quota_wait, &wait, TASK_INTERRUPTIBLE);  |