From: Christoph Hellwig Date: Thu, 30 Jan 2014 16:56:36 +0000 (-0800) Subject: ceph: simplify ceph_{get,init}_acl X-Git-Tag: v3.14-rc1~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=758582361976e9640a1cb9516c0af10cdf8e4753;p=pandora-kernel.git ceph: simplify ceph_{get,init}_acl - ->get_acl only gets called after we checked for a cached ACL, so no need to call get_cached_acl again. - no need to check IS_POSIXACL in ->get_acl, without that it should never get set as all the callers that set it already have the check. - you should be able to use the full posix_acl_create in CEPH Signed-off-by: Christoph Hellwig Signed-off-by: Sage Weil --- Reading git-diff-tree failed