aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cd9660
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-11-19 21:17:34 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-11-19 21:17:34 +0000
commit730b63b0c26398addee1a7c8b17ba7c0e8ad9a96 (patch)
tree28ad17a8af8b65af2dc189da44c7f431a6697c32 /sys/fs/cd9660
parent440bbebcc908047f4f681003184f7c77599d018c (diff)
Notes
Diffstat (limited to 'sys/fs/cd9660')
-rw-r--r--sys/fs/cd9660/cd9660_node.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/fs/cd9660/cd9660_node.c b/sys/fs/cd9660/cd9660_node.c
index 64d449e7fe81..e1c68c69bade 100644
--- a/sys/fs/cd9660/cd9660_node.c
+++ b/sys/fs/cd9660/cd9660_node.c
@@ -69,9 +69,6 @@ cd9660_inactive(ap)
struct iso_node *ip = VTOI(vp);
int error = 0;
- if (prtactive && vrefcnt(vp) != 0)
- vprint("cd9660_inactive: pushing active", vp);
-
/*
* If we are done with the inode, reclaim it
* so that it can be reused immediately.
@@ -93,8 +90,6 @@ cd9660_reclaim(ap)
{
struct vnode *vp = ap->a_vp;
- if (prtactive && vrefcnt(vp) != 0)
- vprint("cd9660_reclaim: pushing active", vp);
/*
* Destroy the vm object and flush associated pages.
*/