PERFORCE change 144942 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Jul 9 13:06:30 UTC 2008


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

Change 144942 by trasz at trasz_traszkan on 2008/07/09 13:05:30

	Make the behaviour match SunOS.

Affected files ...

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

Differences ...

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

@@ -560,6 +560,7 @@
 		    LK_EXCLUSIVE, &tdp)) != 0)
 			return (error);
 
+#ifdef SunOS_doesnt_do_that
 		/*
 		 * The only purpose of this check is to return the correct
 		 * error.  Assume that we want to rename directory "a"
@@ -579,6 +580,7 @@
 			vput(tdp);
 			return (error);
 		}
+#endif
 
 		*vpp = tdp;
 		cnp->cn_flags |= SAVENAME;


More information about the p4-projects mailing list