Skip to content

Commit

Permalink
VFS: Fixup kerneldoc for generic_permission()
Browse files Browse the repository at this point in the history
The flags parameter went away in
d749519b444db985e40b897f73ce1898b11f997e

Signed-off-by: Tobias Klauser <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
tklauser authored and Al Viro committed Jul 21, 2011
1 parent e46ebd2 commit 8c5dc70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ static int acl_permission_check(struct inode *inode, int mask)
* generic_permission - check for access rights on a Posix-like filesystem
* @inode: inode to check access rights for
* @mask: right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC)
* @flags: IPERM_FLAG_ flags.
*
* Used to check for read/write/execute permissions on a file.
* We use "fsuid" for this, letting us set arbitrary permissions
Expand Down

0 comments on commit 8c5dc70

Please sign in to comment.