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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Mon, 10 Dec 2007 15:35:07 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 
Log Message:
DELTA DEVEL15-windows-buffers-20071210
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

after removing cm_buf_t objects from the hash tables, clear the HT list
pointers to make debugging easier.

when modifying data version values in buf_ForceDataVersion() grab a
read lock on buf_globalLock instead of a write lock.  A write lock is
only required if the hash table linked lists are being modified.
The dataVersion itself is protected by the cm_scache_t mx mutex being
held.


--- DELTA config for openafs-devel-1_5_x follows ---
DEVEL15-windows-buffers-20071210 openafs/src/WINNT/afsd/cm_buf.c 1.31.2.24 1.31.2.25