- Remove a debugging printf that slipped in.
Spotted by: Peter Wemm
This commit is contained in:
parent
e0ab2c6d10
commit
74a5123246
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user