- Remove a debugging printf that slipped in.

Spotted by:	Peter Wemm
This commit is contained in:
Jeff Roberson 2005-04-13 23:36:28 +00:00
parent e0ab2c6d10
commit 74a5123246

View File

@ -828,7 +828,6 @@ relookup(dvp, vpp, cnp)
*/
if (rdonly &&
(cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME)) {
printf("this is it?\n");
if (dvp == dp)
vrele(dvp);
else