commit | 6d848a488ad83cc3891bb274691118f45ce6aab9 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Aug 28 12:04:28 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Sep 08 11:08:46 2009 -0700 |
tree | c775e9ada5e3613174103b0919561b4b4d2d3b7e | |
parent | 5909ccaa300a4a834ffa275327af4df0b9cb5295 [diff] |
shmfs: use 'check_acl' instead of 'permission' 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>