OpenAFS CVS Commit: openafs/src/afs by shadow

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Wed, 19 Jan 2005 17:35:40 EST


Update of /cvs/openafs/src/afs
In directory GRAND.CENTRAL.ORG:/data/sb/openafs/src/afs

Modified Files:
	afs.h afs_buffer.c afs_osi.h 
Log Message:
DELTA dirbuffer-fid-is-index-20050119
AUTHOR cg2v@andrew.cmu.edu
FIXES 

"The new buffer code (which I wrote) did not deal
with dcache object re-use, as I had conflated the concepts of "dcache *
reuse" and "dcache slot reuse".

This patch should fix this problem. It now stores the dcache index (aka slot number,
which is the same as the numeric part of the cache file's filename) in the
buffer instead of the ephemeral struct dcache pointer."


--- DELTA config follows ---
dirbuffer-fid-is-index-20050119 openafs/src/afs/afs.h 1.54 1.55
dirbuffer-fid-is-index-20050119 openafs/src/afs/afs_buffer.c 1.18 1.19
dirbuffer-fid-is-index-20050119 openafs/src/afs/afs_osi.h 1.23 1.24