git: kernel - rework struct nchstats for systat

看板DFBSD_commit作者時間16年前 (2010/03/17 04:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1Bd-E1hS (DFBSD_commit)