PERFORCE change 84122 for review
Robert Watson
rwatson at FreeBSD.org
Thu Sep 22 11:42:04 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=84122
Change 84122 by rwatson at rwatson_peppercorn on 2005/09/22 11:41:05
Store NFSv4 ACLs in the system EA namespace in an EA named
"nfsv4.acl". For now.
Affected files ...
.. //depot/projects/trustedbsd/acl_nfsv4/src/sys/sys/acl_nfsv4.h#4 edit
Differences ...
==== //depot/projects/trustedbsd/acl_nfsv4/src/sys/sys/acl_nfsv4.h#4 (text+ko) ====
@@ -40,6 +40,12 @@
#define _SYS_ACL_NFSV4_H_
/*
+ * Local extended attribute storage constants.
+ */
+#define ACL_NFSV4_EXTATTR_NAMESPACE EXTATTR_NAMESPACE_SYSTEM
+#define ACL_NFSV4_EXTATTR_NAME "nfsv4.acl"
+
+/*
* RFC3530 typedefs.
*/
typedef uint32_t acetype4;
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list