Merge remote-tracking branch 'kspp/for-next/kspp'
[deliverable/linux.git] / fs / afs / vlocation.c
index 52976785a32caed097d9bb10f9990557189bbe77..45a86396fd2db350f097bc291b1bbffee70b621e 100644 (file)
@@ -594,8 +594,8 @@ static void afs_vlocation_reaper(struct work_struct *work)
  */
 int __init afs_vlocation_update_init(void)
 {
-       afs_vlocation_update_worker =
-               create_singlethread_workqueue("kafs_vlupdated");
+       afs_vlocation_update_worker = alloc_workqueue("kafs_vlupdated",
+                                                     WQ_MEM_RECLAIM, 0);
        return afs_vlocation_update_worker ? 0 : -ENOMEM;
 }
 
This page took 0.044226 seconds and 5 git commands to generate.