nfsd: Checking for acl support does not require fetching any acls
authorAndreas Gruenbacher <andreas.gruenbacher@gmail.com>
Fri, 24 Apr 2015 11:04:00 +0000 (13:04 +0200)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 29 May 2015 15:04:02 +0000 (11:04 -0400)
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 <agruenba@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4xdr.c

Simple merge