]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/ceph/messenger.c
ceph: WQ_NON_REENTRANT is meaningless and going away
[karo-tx-linux.git] / net / ceph / messenger.c
index eb0a46a49bd42351d23878f118384ab09a8d2ee8..dd9b5857ef5cdad15dd50f69455d2b5929f3f8c8 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;