Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2008 13:06:29 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 144942 for review
Message-ID:  <200807091306.m69D6TrU068339@repoman.freebsd.org>

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

Change 144942 by trasz@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;



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