Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2008 07:18:19 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147366 for review
Message-ID:  <200808140718.m7E7IJBw029574@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147366

Change 147366 by trasz@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808140718.m7E7IJBw029574>