DragonFly commits List (threaded) for 2010-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - rework struct nchstats for systat
commit 5a9972aa3f94b865d56adac10840dae461d4b4c4
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue Mar 16 12:15:54 2010 -0700
kernel - rework struct nchstats for systat
* Remove ncs_long, ncs_pass2 and ncs_2passes and replace with
ncs_longhits, ncs_longmiss, and ncs_unused (so the structure
size does not change).
The new longhits/longmiss statistics are for whole path
lookups.
Summary of changes:
sys/kern/vfs_nlookup.c | 10 ++++++++++
sys/sys/nchstats.h | 6 +++---
sys/vfs/gnu/ext2fs/ext2_lookup.c | 4 ----
sys/vfs/isofs/cd9660/cd9660_lookup.c | 5 -----
sys/vfs/udf/udf_vnops.c | 3 ---
sys/vfs/ufs/ufs_lookup.c | 4 ----
6 files changed, 13 insertions(+), 19 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5a9972aa3f94b865d56adac10840dae461d4b4c4
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]