Merge remote-tracking branch 'nouveau/drm-nouveau-next' into drm-fixes
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / ceph / messenger.c
index 3be308e..4a5df7b 100644 (file)
@@ -290,7 +290,7 @@ int ceph_msgr_init(void)
        if (ceph_msgr_slab_init())
                return -ENOMEM;
 
-       ceph_msgr_wq = alloc_workqueue("ceph-msgr", WQ_NON_REENTRANT, 0);
+       ceph_msgr_wq = alloc_workqueue("ceph-msgr", 0, 0);
        if (ceph_msgr_wq)
                return 0;