Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2008 15:38:57 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 146326 for review
Message-ID:  <200807311538.m6VFcvFO099977@repoman.freebsd.org>

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

Change 146326 by trasz@trasz_traszkan on 2008/07/31 15:38:48

	Ifdef ACL-only code.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/sys/ufs/ufs/ufs_lookup.c#7 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/sys/ufs/ufs/ufs_lookup.c#7 (text+ko) ====

@@ -83,6 +83,7 @@
 {
 	int error;
 
+#ifdef UFS_ACL
 	/*
 	 * NFSv4 Minor Version 1, draft-ietf-nfsv4-minorversion1-03.txt
 	 *
@@ -109,6 +110,8 @@
 	if (error)
 		return (error);
 
+#endif /* !UFS_ACL */
+
 	/*
 	 * Standard Unix access control - delete access requires VWRITE.
 	 */



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