commit | f419a2e3b64def707e1384ee38abb77f99af5f6d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jul 22 00:07:17 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 26 20:53:31 2008 -0400 |
tree | adbe12c510f04cf25ca6f822ee8004c8679a3a63 | |
parent | 30524472c2f728c20d6bf35191042a5d455c0a64 [diff] [blame] |
[PATCH] kill nameidata passing to permission(), rename to inode_permission() Incidentally, the name that gives hundreds of false positives on grep is not a good idea... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/xattr.c b/fs/xattr.c index 4706a8b..b96222e 100644 --- a/fs/xattr.c +++ b/fs/xattr.c
@@ -63,7 +63,7 @@ return -EPERM; } - return permission(inode, mask, NULL); + return inode_permission(inode, mask); } int