aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/mqueue.c')
-rw-r--r--ipc/mqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c
index da2c188688b1..2dee38d53c73 100644
--- a/ipc/mqueue.c
+++ b/ipc/mqueue.c
@@ -751,7 +751,7 @@ static struct file *do_create(struct ipc_namespace *ipc_ns, struct dentry *dir,
751 ret = mnt_want_write(ipc_ns->mq_mnt); 751 ret = mnt_want_write(ipc_ns->mq_mnt);
752 if (ret) 752 if (ret)
753 goto out; 753 goto out;
754 ret = vfs_create(dir->d_inode, dentry, mode, NULL); 754 ret = vfs_create(dir->d_inode, dentry, mode, true);
755 dentry->d_fsdata = NULL; 755 dentry->d_fsdata = NULL;
756 if (ret) 756 if (ret)
757 goto out_drop_write; 757 goto out_drop_write;