Merge tag 'vfio-v4.9-rc1' of git://github.com/awilliam/linux-vfio
[cascardo/linux.git] / fs / afs / vlocation.c
index 5297678..45a8639 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;
 }