nfs: use generic posix ACL infrastructure for v3 Posix ACLs
This causes a small behaviour change in that we don't bother to set ACLs on file creation if the mode bit can express the access permissions fully, and thus behaving identical to local filesystems. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:

committed by
Al Viro

parent
e01580bf9e
commit
013cdf1088
@@ -12,6 +12,9 @@ static struct nfs_subversion nfs_v3 = {
|
||||
.rpc_vers = &nfs_version3,
|
||||
.rpc_ops = &nfs_v3_clientops,
|
||||
.sops = &nfs_sops,
|
||||
#ifdef CONFIG_NFS_V3_ACL
|
||||
.xattr = nfs3_xattr_handlers,
|
||||
#endif
|
||||
};
|
||||
|
||||
static int __init init_nfs_v3(void)
|
||||
|
Reference in New Issue
Block a user