search for: support_nfs4_acls

Displaying 1 result from an estimated 1 matches for "support_nfs4_acls".

2012 Jun 09
2
[patch] NFSv4/ZFS ACLs
...ats the ACLs as platform-dependent opaque data. On Linux NFSv4 ACLs are implemented using xattrs so xattr support must be compiled in. The implementation re-uses xattrs.c:get_xattr_data so the static directive is removed from this function. All the NFSv4 ACL handling code is surrounded by #ifdef SUPPORT_NFS4_ACLS - the parts that handle sending and receiving the ACL type used in the higher protocol version are compiled in unconditionally The remaining to-dos are: * autoconf integration * move platform-specific code from acl.c to lib/sysacls.c or a new file lib/sysnfs4acls.c ? * wasn't sure how to S...