workqueue: remove in_workqueue_context()
[pandora-kernel.git] / fs / gfs2 / main.c
index b1e9630..1c5f460 100644 (file)
@@ -140,7 +140,7 @@ static int __init init_gfs2_fs(void)
 
        error = -ENOMEM;
        gfs_recovery_wq = alloc_workqueue("gfs_recovery",
-                                         WQ_NON_REENTRANT | WQ_RESCUER, 0);
+                                         WQ_NON_REENTRANT | WQ_MEM_RECLAIM, 0);
        if (!gfs_recovery_wq)
                goto fail_wq;