switch ->path_mkdir() to umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -241,7 +241,7 @@ static int cap_path_mknod(struct path *dir, struct dentry *dentry, int mode,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int cap_path_mkdir(struct path *dir, struct dentry *dentry, int mode)
|
||||
static int cap_path_mkdir(struct path *dir, struct dentry *dentry, umode_t mode)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user