Freezer: make kernel threads nonfreezable by default
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_super.c
index 06894cf00b129dfd7dd3d146213387ffa20bb082..4528f9a3f304d5e923fa09458bd6aacfd04161c2 100644 (file)
@@ -562,6 +562,7 @@ xfssyncd(
        bhv_vfs_sync_work_t     *work, *n;
        LIST_HEAD               (tmp);
 
+       set_freezable();
        timeleft = xfs_syncd_centisecs * msecs_to_jiffies(10);
        for (;;) {
                timeleft = schedule_timeout_interruptible(timeleft);
This page took 0.02907 seconds and 5 git commands to generate.