diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-06-19 04:29:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-06-19 04:29:42 +0000 |
commit | e432fec524dc96ce4d87b45a1c6f2da98be595b7 (patch) | |
tree | b860b63bf481715868dcb7b2261e14069330ae56 /sys/dev | |
parent | 8f41ac468ade32fc9009dc996df77f67f1f00315 (diff) |
and in debug code, too
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/vnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vnd.c b/sys/dev/vnd.c index b7b0d920270..75c91dab9d3 100644 --- a/sys/dev/vnd.c +++ b/sys/dev/vnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vnd.c,v 1.127 2011/06/19 04:28:46 deraadt Exp $ */ +/* $OpenBSD: vnd.c,v 1.128 2011/06/19 04:29:41 deraadt Exp $ */ /* $NetBSD: vnd.c,v 1.26 1996/03/30 23:06:11 christos Exp $ */ /* @@ -734,7 +734,7 @@ vndclear(struct vnd_softc *sc) struct vnode *vp = sc->sc_vp; struct proc *p = curproc; /* XXX */ - DNPRINTF(VDB_FOLLOW, "vndclear(%p): vp %p\n", vnd, vp); + DNPRINTF(VDB_FOLLOW, "vndclear(%p): vp %p\n", sc, vp); sc->sc_flags = 0; if (vp == NULL) |