git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5909cca
)
shmfs: use 'check_acl' instead of 'permission'
author
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 28 Aug 2009 19:04:28 +0000
(12:04 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 8 Sep 2009 18:08:46 +0000
(11:08 -0700)
shmfs wants purely standard POSIX ACL semantics, so we can use the new
generic VFS layer POSIX ACL checking rather than cooking our own
'permission()' function.
Reviewed-by: James Morris <jmorris@namei.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Acked-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found