ceph: WQ_NON_REENTRANT is meaningless and going away
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / ceph / messenger.c
index eb0a46a..dd9b585 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;