Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mqueue: propagate umode_t

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Al Viro 1b9d5ff7 8d334acd

+1 -1
+1 -1
ipc/mqueue.c
··· 108 108 } 109 109 110 110 static struct inode *mqueue_get_inode(struct super_block *sb, 111 - struct ipc_namespace *ipc_ns, int mode, 111 + struct ipc_namespace *ipc_ns, umode_t mode, 112 112 struct mq_attr *attr) 113 113 { 114 114 struct user_struct *u = current_user();