summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-02-10 02:22:56 +0000
committerjeff <jeff@FreeBSD.org>2005-02-10 02:22:56 +0000
commit480b60be3cb8e945f6ef7ac0d864fcc6840e06e9 (patch)
tree6b0d8e4eb0999eb5c9561566d8ea91c0f2a73c92 /sys
parent8f2098faebcc09bcb77d5b60dd5436d2942927ea (diff)
downloadFreeBSD-src-480b60be3cb8e945f6ef7ac0d864fcc6840e06e9.zip
FreeBSD-src-480b60be3cb8e945f6ef7ac0d864fcc6840e06e9.tar.gz
- Add more information to the getnewbuf() recycling KTR.
Sponsored by: Isilon Systems, Inc.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/vfs_bio.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 7946da4..5039e87 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -1780,8 +1780,10 @@ restart:
}
BO_UNLOCK(bp->b_bufobj);
}
- CTR3(KTR_BUF, "getnewbuf(%p) vp %p flags %X (recycling)",
- bp, bp->b_vp, bp->b_flags);
+ CTR6(KTR_BUF,
+ "getnewbuf(%p) vp %p flags %X kvasize %d bufsize %d "
+ "queue %d (recycling)", bp, bp->b_vp, bp->b_flags,
+ bp->b_kvasize, bp->b_bufsize, qindex);
/*
* Sanity Checks
OpenPOWER on IntegriCloud