Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2008 23:53:13 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147193 for review
Message-ID:  <200808112353.m7BNrDLU001016@repoman.freebsd.org>

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

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



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