Rename the sysctl handler for nchstats to reflect reality; I named it
authorHiten Pandya <hmp@dragonflybsd.org>
Sat, 24 Apr 2004 04:43:06 +0000 (04:43 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Sat, 24 Apr 2004 04:43:06 +0000 (04:43 +0000)
commit3736bb9b89b2aa17f36f697bec6edb662e0b050b
tree9280989062c7ad446296184ae2474e0d4644af49
parent8db5e54ff23115259bb827eae92333908d1ec3e6
Rename the sysctl handler for nchstats to reflect reality; I named it
nchstats_agg() originally because it was aggregating the counters in
the handler and than exporting the result; the reality is that it
exports them without aggregation so CPU affectiveness can be analysed.

The handler is now called sysctl_nchstats().
sys/kern/vfs_cache.c