git: kernel - rework struct nchstats for systat

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Mar 16 12:30:21 PDT 2010


commit 5a9972aa3f94b865d56adac10840dae461d4b4c4
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list