Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103024217
D25965.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1002 B
Referenced Files
None
Subscribers
None
D25965.diff
View Options
Index: head/sys/kern/vfs_subr.c
===================================================================
--- head/sys/kern/vfs_subr.c
+++ head/sys/kern/vfs_subr.c
@@ -206,15 +206,6 @@
SYSCTL_COUNTER_U64(_vfs, OID_AUTO, recycles_free, CTLFLAG_RD, &recycles_free_count,
"Number of free vnodes recycled to meet vnode cache targets");
-/*
- * Various variables used for debugging the new implementation of
- * reassignbuf().
- * XXX these are probably of (very) limited utility now.
- */
-static int reassignbufcalls;
-SYSCTL_INT(_vfs, OID_AUTO, reassignbufcalls, CTLFLAG_RW | CTLFLAG_STATS,
- &reassignbufcalls, 0, "Number of calls to reassignbuf");
-
static counter_u64_t deferred_inact;
SYSCTL_COUNTER_U64(_vfs, OID_AUTO, deferred_inact, CTLFLAG_RD, &deferred_inact,
"Number of times inactive processing was deferred");
@@ -2732,7 +2723,6 @@
vp = bp->b_vp;
bo = bp->b_bufobj;
- ++reassignbufcalls;
CTR3(KTR_BUF, "reassignbuf(%p) vp %p flags %X",
bp, bp->b_vp, bp->b_flags);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 11:16 PM (21 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14749489
Default Alt Text
D25965.diff (1002 B)
Attached To
Mode
D25965: Clean up reassignbuf() a bit.
Attached
Detach File
Event Timeline
Log In to Comment