freezer: unexport refrigerator() and update try_to_freeze() slightly
[deliverable/linux.git] / fs / gfs2 / quota.c
index 7e528dc14f856a67a41a3101e3bede121ab3b3f5..d49669e92652191422a319a9842812f75c19c0ca 100644 (file)
@@ -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);
This page took 0.027302 seconds and 5 git commands to generate.