]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - ipc/mqueue.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / ipc / mqueue.c
index 963a8709f5fb152a040567cdd884ab24f44028d8..e5c4f609f22c2a902789e710756aa117f40cf5cc 100644 (file)
@@ -1383,6 +1383,7 @@ static struct file_system_type mqueue_fs_type = {
        .name = "mqueue",
        .mount = mqueue_mount,
        .kill_sb = kill_litter_super,
+       .fs_flags = FS_USERNS_MOUNT,
 };
 
 int mq_init_ns(struct ipc_namespace *ns)