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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Mon, 26 Jan 2009 10:50:46 EST


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

Modified Files:
	cm_btree.c cm_btree.h 
Log Message:
DELTA windows-btree-dir-enum-20090126
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

Modify the cm_BPlusDirEnum interface:

* add the cm_scache_t * of the directory being enumerated to the 
  cm_direnum_t object

* remove the cm_scache_t * from the cm_BPlusDirEnumBulkStat call
  now that it is part of the cm_direnum_t object

* maintain a reference to the cm_scache_t for the life of the
  cm_direnum_t object.  This ensures that the object cannot be
  recycled while the enumeration is in use.



--- DELTA config follows ---
windows-btree-dir-enum-20090126 openafs/src/WINNT/afsd/cm_btree.c 1.23 1.24
windows-btree-dir-enum-20090126 openafs/src/WINNT/afsd/cm_btree.h 1.9 1.10