xfs: print name of verifier if it fails
[deliverable/linux.git] / fs / xfs / xfs_trans_ail.c
index 4f18fd92ca13b21d8fd68e955e082d9db9a61195..aa67339b953722b4e5c73442ac14835f0f9c4e32 100644 (file)
@@ -497,6 +497,7 @@ xfsaild(
        long            tout = 0;       /* milliseconds */
 
        current->flags |= PF_MEMALLOC;
+       set_freezable();
 
        while (!kthread_should_stop()) {
                if (tout && tout <= 20)
This page took 0.025685 seconds and 5 git commands to generate.