From: Andreas Gruenbacher Date: Fri, 24 Apr 2015 11:04:00 +0000 (+0200) Subject: nfsd: Checking for acl support does not require fetching any acls X-Git-Tag: omap-for-v4.2/fixes-rc1^2~83^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c9d65e76a19ad7c3d7e64fd30bc66b8b6d000ee;p=pandora-kernel.git nfsd: Checking for acl support does not require fetching any acls Whether or not a file system supports acls can be determined with IS_POSIXACL(inode) and does not require trying to fetch any acls; the code for computing the supported_attrs and aclsupport attributes can be simplified. Signed-off-by: Andreas Gruenbacher Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed