PERFORCE change 147193 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Aug 11 23:53:14 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147193

Change 147193 by trasz at trasz_traszkan on 2008/08/11 23:52:39

	Add comment about _ACL_T_ALIGNMENT_BITS.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/sys/sys/acl.h#20 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/sys/sys/acl.h#20 (text+ko) ====

@@ -54,6 +54,9 @@
  * With 204 entries, "struct acl" is exactly one page big.
  * Note that with NFS4 ACLs, the maximum number of ACL entries one
  * may set on file or directory is about half of ACL_MAX_ENTRIES.
+ *
+ * If you increase this, you might also need to increase
+ * _ACL_T_ALIGNMENT_BITS in lib/libc/posix1e/acl_support.h.
  */
 #define	ACL_MAX_ENTRIES				204
 


More information about the p4-projects mailing list