]> git.michaelhowe.org Git - packages/o/openafs.git/commit
windows-buffer-mgmt-20070204
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 5 Feb 2007 03:41:06 +0000 (03:41 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 5 Feb 2007 03:41:06 +0000 (03:41 +0000)
commitcec0b902f6cbeb849984d5ca1ef1847ef1eeac89
tree228f387c8770798e937258bdd645bafad34d2a9b
parent333005c46332a9c76974261aef5fdf82c19698b1
windows-buffer-mgmt-20070204

Instead of using a fixed sized hashtable of 1024 entries regardless
of the number of buffers, compute the hashtable to be large enough
for on average 7 buffers per bucket.

Remove the 'size' field from cm_buf_t since it is never used.

Add more info to the output of cm_buf_t objects when using "fs memdump"
src/WINNT/afsd/cm_buf.c
src/WINNT/afsd/cm_buf.h
src/WINNT/afsd/cm_memmap.c
src/WINNT/afsd/cm_memmap.h