cvs commit: src/sys/kern vfs_bio.c

Hiten Pandya hmp at crater.dragonflybsd.org
Thu Aug 4 21:56:15 PDT 2005


hmp         2005/08/04 21:54:42 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
  BUF/BIO cleanup 5/99:
  
  Cleanup and document the buffer cache sysctls.  The 'getnewbufrestarts',
  'getnewbufcalls', 'bufdefragcnt', 'buffreekvacnt' and 'bufreusecnt' are
  now changed to be read-only sysctls.  Group them depending on whether
  they are writable or not.
  
  Correct, extend and write documentation for various functions in this
  file.
  
  Correct typos in various code comments and adjust nearby style issue.
  
  Revision  Changes    Path
  1.43      +252 -161  src/sys/kern/vfs_bio.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_bio.c.diff?r1=1.42&r2=1.43&f=u





More information about the Commits mailing list