OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Mon, 26 Jan 2009 10:50:59 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_btree.c cm_btree.h
Log Message:
DELTA DEVEL15-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 for openafs-devel-1_5_x follows ---
DEVEL15-windows-btree-dir-enum-20090126 openafs/src/WINNT/afsd/cm_btree.c 1.1.2.24 1.1.2.25
DEVEL15-windows-btree-dir-enum-20090126 openafs/src/WINNT/afsd/cm_btree.h 1.1.2.10 1.1.2.11