mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
mqueue: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
8d334acdd2
commit
1b9d5ff764
|
|
@ -108,7 +108,7 @@ static struct ipc_namespace *get_ns_from_inode(struct inode *inode)
|
|||
}
|
||||
|
||||
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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user