From: Linus Torvalds Date: Fri, 28 Aug 2009 19:04:28 +0000 (-0700) Subject: shmfs: use 'check_acl' instead of 'permission' X-Git-Tag: v2.6.32-rc1~739^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d848a488ad83cc3891bb274691118f45ce6aab9;p=pandora-kernel.git 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 Acked-by: Serge Hallyn Acked-by: Hugh Dickins Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed