]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the vfs.reassignbufcalls counter and sysctl.
authorMark Johnston <markj@FreeBSD.org>
Thu, 6 Aug 2020 15:42:59 +0000 (15:42 +0000)
committerMark Johnston <markj@FreeBSD.org>
Thu, 6 Aug 2020 15:42:59 +0000 (15:42 +0000)
commit7013797e34b0fe507476f7aa20e24e89b75080d4
tree6aa1e090423494f613d19db5e763fc09a668a332
parent32e50ae4647aca43192e9d3147327be3c8c14825
Remove the vfs.reassignbufcalls counter and sysctl.

As the 20-year old comment above it suggests, the counter is of dubious
value.  Moreover, the (global) counter was not updated precisely and
hurts scalability.

Reviewed by: cem, kib, mjg
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D25965
sys/kern/vfs_subr.c