Date: Tue, 31 Mar 2009 15:13:59 GMT From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 160057 for review Message-ID: <200903311513.n2VFDxb6016333@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=160057 Change 160057 by trasz@trasz_victim7 on 2009/03/31 15:13:58 Fix build. Affected files ... .. //depot/projects/soc2008/trasz_nfs4acl/sys/kern/subr_acl_nfs4.c#38 edit Differences ... ==== //depot/projects/soc2008/trasz_nfs4acl/sys/kern/subr_acl_nfs4.c#38 (text+ko) ==== @@ -1088,7 +1088,7 @@ /* Disallow unimplemented flags. */ if (entry->ae_flags & (ACL_ENTRY_SUCCESSFUL_ACCESS | - ACL_ENTRY_FAILED_ACCESS | ACL_ENTRY_INHERITED)) + ACL_ENTRY_FAILED_ACCESS)) return (EINVAL); /* Disallow flags not allowed for ordinary files. */help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903311513.n2VFDxb6016333>
