From: Christoph Hellwig Date: Sat, 23 Jul 2011 15:37:31 +0000 (+0200) Subject: fs: take the ACL checks to common code X-Git-Tag: v3.1-rc1~246^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e34e719e457f2e031297175410fc0bd4016a085;p=pandora-kernel.git fs: take the ACL checks to common code Replace the ->check_acl method with a ->get_acl method that simply reads an ACL from disk after having a cache miss. This means we can replace the ACL checking boilerplate code with a single implementation in namei.c. Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed