fix DEBUG printfs to compile.
This commit is contained in:
parent
6a29b62403
commit
53a262dfa4
@ -6,7 +6,7 @@ mkdir
|
|||||||
rmdir
|
rmdir
|
||||||
symlink
|
symlink
|
||||||
*/
|
*/
|
||||||
/* $NetBSD: coda_vnops.c,v 1.15 1999/10/17 23:39:16 cgd Exp $ */
|
/* $NetBSD: coda_vnops.c,v 1.16 1999/10/31 15:49:27 chs Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
@ -872,9 +872,9 @@ coda_inactive(v)
|
|||||||
|
|
||||||
if (IS_UNMOUNTING(cp)) {
|
if (IS_UNMOUNTING(cp)) {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printf("coda_inactive: IS_UNMOUNTING use %d: vp %p, cp %p\n", vp->v_usecount, vp, cp);
|
printf("coda_inactive: IS_UNMOUNTING use %ld: vp %p, cp %p\n", vp->v_usecount, vp, cp);
|
||||||
if (cp->c_ovp != NULL)
|
if (cp->c_ovp != NULL)
|
||||||
printf("coda_inactive: cp->ovp != NULL use %d: vp %p, cp %p\n",
|
printf("coda_inactive: cp->ovp != NULL use %ld: vp %p, cp %p\n",
|
||||||
vp->v_usecount, vp, cp);
|
vp->v_usecount, vp, cp);
|
||||||
#endif
|
#endif
|
||||||
lockmgr(&vp->v_lock, LK_RELEASE, &vp->v_interlock);
|
lockmgr(&vp->v_lock, LK_RELEASE, &vp->v_interlock);
|
||||||
|
Loading…
Reference in New Issue
Block a user