PERFORCE change 153256 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Nov 20 00:40:03 PST 2008


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

Change 153256 by trasz at trasz_victim7 on 2008/11/20 08:39:55

	Tweak UFS behaviour to match new ZFS.  It's actually a bug fix - previously
	ZFS did not ignore INHERIT_ONLY entries during file mode calculation.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/sys/kern/subr_acl_nfs4.c#34 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/sys/kern/subr_acl_nfs4.c#34 (text+ko) ====

@@ -695,10 +695,8 @@
 		    entry->ae_extended != ACL_EXTENDED_DENY)
 			continue;
 
-#ifdef SunOS_doesnt_do_that
 		if (entry->ae_flags & ACL_ENTRY_ONLY_INHERIT)
 			continue;
-#endif
 
 		if (entry->ae_tag == ACL_USER_OBJ) {
 			if ((entry->ae_perm & ACL_READ_DATA) &&


More information about the p4-projects mailing list