commit | 0c9d65e76a19ad7c3d7e64fd30bc66b8b6d000ee | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <andreas.gruenbacher@gmail.com> | Fri Apr 24 13:04:00 2015 +0200 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri May 29 11:04:02 2015 -0400 |
tree | 4e1a69ec29fdc80a32bef7bcf047904c0bcf1842 | |
parent | cc265089ce1b176dde963c74b53593446ee7f99a [diff] |
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 <agruenba@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>