aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
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/gnu
parent440bbebcc908047f4f681003184f7c77599d018c (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/fs/reiserfs/reiserfs_inode.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/gnu/fs/reiserfs/reiserfs_inode.c b/sys/gnu/fs/reiserfs/reiserfs_inode.c
index 46edbf4bf579b..b63ed744073a5 100644
--- a/sys/gnu/fs/reiserfs/reiserfs_inode.c
+++ b/sys/gnu/fs/reiserfs/reiserfs_inode.c
@@ -114,8 +114,6 @@ reiserfs_inactive(struct vop_inactive_args *ap)
reiserfs_log(LOG_DEBUG, "deactivating inode used %d times\n",
vp->v_usecount);
- if (prtactive && vrefcnt(vp) != 0)
- vprint("ReiserFS/reclaim: pushing active", vp);
#if 0
/* Ignore inodes related to stale file handles. */
@@ -147,8 +145,6 @@ reiserfs_reclaim(struct vop_reclaim_args *ap)
reiserfs_log(LOG_DEBUG, "reclaiming inode used %d times\n",
vp->v_usecount);
- if (prtactive && vrefcnt(vp) != 0)
- vprint("ReiserFS/reclaim: pushing active", vp);
ip = VTOI(vp);
/* XXX Update this node (write to the disk) */