mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 20:54:10 +00:00
security: Fix inode_getattr documentation
Replace arguments @mnt and @dentry with @path. Signed-off-by: Mickaël Salaün <mic@digikod.net> Acked-by: Serge Hallyn <serge@hallyn.com> Signed-off-by: James Morris <james.l.morris@oracle.com>
This commit is contained in:
parent
916cafdc95
commit
b8aa845391
1 changed files with 1 additions and 2 deletions
|
@ -352,8 +352,7 @@
|
||||||
* Return 0 if permission is granted.
|
* Return 0 if permission is granted.
|
||||||
* @inode_getattr:
|
* @inode_getattr:
|
||||||
* Check permission before obtaining file attributes.
|
* Check permission before obtaining file attributes.
|
||||||
* @mnt is the vfsmount where the dentry was looked up
|
* @path contains the path structure for the file.
|
||||||
* @dentry contains the dentry structure for the file.
|
|
||||||
* Return 0 if permission is granted.
|
* Return 0 if permission is granted.
|
||||||
* @inode_setxattr:
|
* @inode_setxattr:
|
||||||
* Check permission before setting the extended attributes
|
* Check permission before setting the extended attributes
|
||||||
|
|
Loading…
Add table
Reference in a new issue