From 532147e45588039e6db64ef7deccfc1d5d21d16d Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 26 Jan 2006 16:03:03 +0000 Subject: [PATCH] macos-avoid-reclaim-hang-20060124 FIXES 25686 based on chaskiel's suggestion, implement a lookaside reclaim list --- src/afs/DOC/afs_rwlocks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/afs/DOC/afs_rwlocks b/src/afs/DOC/afs_rwlocks index 3a245b2e5..d73bac71b 100644 --- a/src/afs/DOC/afs_rwlocks +++ b/src/afs/DOC/afs_rwlocks @@ -33,6 +33,8 @@ locks on others. Note this means you can't lock a cache entry while holding either of this lock, unless, as in afs_create, the cache entry is actually created while the afs_xvcache is held. +6a. afs_xvreclaim. Protects the lookaside reclaim list. Locked inside xvcache in FlushReclaimedVcaches via NewVCache or the 1 min loop. + 7. afs_xvcb. Volume callback lock. Locked before afs_xserver in afs_RemoveVCB. -- 2.39.5