summaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-11-26 11:37:35 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-11-26 11:37:35 +0000
commite3d0922bbfc869d92cb1ca70bdcec6bd39b5d142 (patch)
tree9f204c5db168f1053f3fea5553cb1446c12f2b30 /sys/gnu/fs/ext2fs
parentcfc62ec44666f79484660ae514472ed570e2acf5 (diff)
Notes
Diffstat (limited to 'sys/gnu/fs/ext2fs')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_inode.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_inode.c b/sys/gnu/fs/ext2fs/ext2_inode.c
index 0a62c3000443..8ac02fb6b203 100644
--- a/sys/gnu/fs/ext2fs/ext2_inode.c
+++ b/sys/gnu/fs/ext2fs/ext2_inode.c
@@ -472,8 +472,6 @@ ext2_inactive(ap)
int mode, error = 0;
ext2_discard_prealloc(ip);
- if (prtactive && vrefcnt(vp) != 0)
- vprint("ext2_inactive: pushing active", vp);
/*
* Ignore inodes related to stale file handles.
@@ -513,8 +511,6 @@ ext2_reclaim(ap)
struct inode *ip;
struct vnode *vp = ap->a_vp;
- if (prtactive && vrefcnt(vp) != 0)
- vprint("ufs_reclaim: pushing active", vp);
ip = VTOI(vp);
if (ip->i_flag & IN_LAZYMOD) {
ip->i_flag |= IN_MODIFIED;