switch ->path_mknod() to umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -235,7 +235,7 @@ static void cap_inode_getsecid(const struct inode *inode, u32 *secid)
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SECURITY_PATH
|
||||
static int cap_path_mknod(struct path *dir, struct dentry *dentry, int mode,
|
||||
static int cap_path_mknod(struct path *dir, struct dentry *dentry, umode_t mode,
|
||||
unsigned int dev)
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user