Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[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;
 }