kernel - rework struct nchstats for systat
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 16 Mar 2010 19:15:54 +0000 (12:15 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 16 Mar 2010 19:15:54 +0000 (12:15 -0700)
commit5a9972aa3f94b865d56adac10840dae461d4b4c4
tree48f0fc5607d338cc86b9dedcb7e6f7f447120f84
parent89505f347f6d76d8dc8a4252e5d325931e691203
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.
sys/kern/vfs_nlookup.c
sys/sys/nchstats.h
sys/vfs/gnu/ext2fs/ext2_lookup.c
sys/vfs/isofs/cd9660/cd9660_lookup.c
sys/vfs/udf/udf_vnops.c
sys/vfs/ufs/ufs_lookup.c