switch security_inode_getattr() to struct path *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
2247386243
commit
3f7036a071
10 changed files with 24 additions and 35 deletions
|
@ -225,7 +225,7 @@ static int cap_inode_setattr(struct dentry *dentry, struct iattr *iattr)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int cap_inode_getattr(struct vfsmount *mnt, struct dentry *dentry)
|
||||
static int cap_inode_getattr(const struct path *path)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue