Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2008 08:40:02 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153256 for review
Message-ID:  <200811200840.mAK8e2sZ060151@repoman.freebsd.org>

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

Change 153256 by trasz@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) &&



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