- Add more information to the getnewbuf() recycling KTR.
Sponsored by: Isilon Systems, Inc.
This commit is contained in:
parent
d84def1440
commit
5c18d18b1d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user