summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs/hpfs_vnops.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2002-09-18 20:42:04 +0000
committernjl <njl@FreeBSD.org>2002-09-18 20:42:04 +0000
commit00c79f5c92eb1bef381fbc7e267b6e746fab0f9c (patch)
treef0e827f562fb4c2d3c293425604e0245216e83ae /sys/fs/hpfs/hpfs_vnops.c
parent74315d9b540e11ecbf585c1223bd70f0e956c55d (diff)
downloadFreeBSD-src-00c79f5c92eb1bef381fbc7e267b6e746fab0f9c.zip
FreeBSD-src-00c79f5c92eb1bef381fbc7e267b6e746fab0f9c.tar.gz
Remove any VOP_PRINT that redundantly prints the tag.
Move lockmgr_printinfo() into vprint() for everyone's benefit. Suggested by: bde
Diffstat (limited to 'sys/fs/hpfs/hpfs_vnops.c')
-rw-r--r--sys/fs/hpfs/hpfs_vnops.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/fs/hpfs/hpfs_vnops.c b/sys/fs/hpfs/hpfs_vnops.c
index 316183e..b862bad 100644
--- a/sys/fs/hpfs/hpfs_vnops.c
+++ b/sys/fs/hpfs/hpfs_vnops.c
@@ -659,9 +659,7 @@ hpfs_print(ap)
register struct vnode *vp = ap->a_vp;
register struct hpfsnode *hp = VTOHP(vp);
- printf("tag %s, ino 0x%x", vp->v_tag, hp->h_no);
- lockmgr_printinfo(&hp->h_lock);
- printf("\n");
+ printf("ino 0x%x\n", hp->h_no);
return (0);
}
OpenPOWER on IntegriCloud