OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sun, 04 Feb 2007 22:41:41 EST


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-5/src/WINNT/afsd

Modified Files:
      Tag: openafs-devel-1_5_x
	cm_buf.c cm_buf.h cm_memmap.c cm_memmap.h 
Log Message:
DELTA DEVEL15-windows-buffer-mgmt-20070204
AUTHOR jaltman@secure-endpoints.com

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"



--- DELTA config for openafs-devel-1_5_x follows ---
DEVEL15-windows-buffer-mgmt-20070204 openafs/src/WINNT/afsd/cm_buf.c 1.31.2.14 1.31.2.15
DEVEL15-windows-buffer-mgmt-20070204 openafs/src/WINNT/afsd/cm_buf.h 1.12.4.3 1.12.4.4
DEVEL15-windows-buffer-mgmt-20070204 openafs/src/WINNT/afsd/cm_memmap.c 1.7.2.3 1.7.2.4
DEVEL15-windows-buffer-mgmt-20070204 openafs/src/WINNT/afsd/cm_memmap.h 1.3.4.1 1.3.4.2