]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ocfs2/super.c
Merge tag 'v4.9-rc3' into xtensa-for-next
[karo-tx-linux.git] / fs / ocfs2 / super.c
index 603b28d6f0082b7e7a7740f785faeabe281252ef..f56fe39fab04010174c6b300b32f69c52c6ac69c 100644 (file)
@@ -2329,7 +2329,7 @@ static int ocfs2_initialize_super(struct super_block *sb,
        }
        cleancache_init_shared_fs(sb);
 
-       osb->ocfs2_wq = create_singlethread_workqueue("ocfs2_wq");
+       osb->ocfs2_wq = alloc_ordered_workqueue("ocfs2_wq", WQ_MEM_RECLAIM);
        if (!osb->ocfs2_wq) {
                status = -ENOMEM;
                mlog_errno(status);