PERFORCE change 147366 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Aug 14 07:18:20 UTC 2008


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

Change 147366 by trasz at trasz_traszkan on 2008/08/14 07:17:39

	Add a comment about OLDACL_MAX_ENTRIES.

Affected files ...

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

Differences ...

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

@@ -57,6 +57,10 @@
  *
  * If you increase this, you might also need to increase
  * _ACL_T_ALIGNMENT_BITS in lib/libc/posix1e/acl_support.h.
+ *
+ * The maximum number of POSIX.1e ACLs is controlled
+ * by OLDACL_MAX_ENTRIES.  Changing that one will break binary
+ * compatibility with userland and change on-disk ACL layout.
  */
 #define	ACL_MAX_ENTRIES				204
 


More information about the p4-projects mailing list