From: Al Viro Date: Wed, 3 Aug 2011 04:47:21 +0000 (-0400) Subject: get rid of boilerplate switches in posix_acl.h X-Git-Tag: v3.1-rc1~27^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=951c0d660a7c35286e401ca6d6ef38c9d49643c7;p=pandora-kernel.git get rid of boilerplate switches in posix_acl.h the only potentially subtle thing here: get_cached_acl() is never called with the second argument other than ACL_TYPE_{ACCESS,DEFAULT}. IOW, that return ERR_PTR(-EINVAL) in there might as well be BUG(). Signed-off-by: Al Viro --- Reading git-diff-tree failed