PERFORCE change 146326 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Jul 31 15:38:58 UTC 2008


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

Change 146326 by trasz at 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.
 	 */


More information about the p4-projects mailing list