commit | 1b9d5ff7644ddf2723c9205f4726c95ec01bf033 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 24 14:18:20 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:55:11 2012 -0500 |
tree | bf08448873111512f0a7fb8f7e880b26e4a23242 | |
parent | 8d334acdd2c1f57c7a574c6f24d08e4c95582ff0 [diff] [blame] |
mqueue: propagate umode_t Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 57ed704..5eaecf4 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c
@@ -108,7 +108,7 @@ } static struct inode *mqueue_get_inode(struct super_block *sb, - struct ipc_namespace *ipc_ns, int mode, + struct ipc_namespace *ipc_ns, umode_t mode, struct mq_attr *attr) { struct user_struct *u = current_user();