]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-windows-buffer-mgmt-20070204
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 5 Feb 2007 03:41:41 +0000 (03:41 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 5 Feb 2007 03:41:41 +0000 (03:41 +0000)
commit05559245f3e5b119420fd497315428e04673021c
treee06eff4560c2a2ff860910913dc92818d8919368
parenta276ffc8924ab082596a1e402ed5e45f08468da7
DEVEL15-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"

(cherry picked from commit cec0b902f6cbeb849984d5ca1ef1847ef1eeac89)
src/WINNT/afsd/cm_buf.c
src/WINNT/afsd/cm_buf.h
src/WINNT/afsd/cm_memmap.c
src/WINNT/afsd/cm_memmap.h