BUF/BIO cleanup 5/99:
authorHiten Pandya <hmp@dragonflybsd.org>
Fri, 5 Aug 2005 04:54:42 +0000 (04:54 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Fri, 5 Aug 2005 04:54:42 +0000 (04:54 +0000)
commit3f7790804ab3eafbc7f5d0823549fa6bc735221f
treecff17bb02874fccd076ee35869a4376c8a4dc95c
parent78753989d02e6899a63c4f47e5f12ba71659c072
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.
sys/kern/vfs_bio.c