workqueue: add and use WQ_MEM_RECLAIM flag
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_buf.c
index 286e36e21dae587672216d7b7722488e91b45758..6838aefca71f2428799420026704b85f30636fa4 100644 (file)
@@ -1933,7 +1933,7 @@ xfs_buf_init(void)
                goto out;
 
        xfslogd_workqueue = alloc_workqueue("xfslogd",
-                                       WQ_RESCUER | WQ_HIGHPRI, 1);
+                                       WQ_MEM_RECLAIM | WQ_HIGHPRI, 1);
        if (!xfslogd_workqueue)
                goto out_free_buf_zone;
 
This page took 0.029884 seconds and 5 git commands to generate.