cvs commit: src/sys/kern vfs_cache.c

Hiten Pandya hmp at crater.dragonflybsd.org
Fri Apr 23 21:44:12 PDT 2004


hmp         2004/04/23 21:43:06 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_cache.c 
  Log:
  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().
  
  Revision  Changes    Path
  1.18      +2 -2      src/sys/kern/vfs_cache.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_cache.c.diff?r1=1.17&r2=1.18&f=h





More information about the Commits mailing list