From 0c9d65e76a19ad7c3d7e64fd30bc66b8b6d000ee Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Fri, 24 Apr 2015 13:04:00 +0200 Subject: [PATCH] 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-format-patch failed