mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-windows-scache-refcount-race-20080207
LICENSE MIT if we are going to call a NoLock function better be holding the lock (cherry picked from commit bb2dc54732c865f37b0e9c5b928c850daa795b4d)
This commit is contained in:
parent
f04e5a509b
commit
4d8ed8defe
@ -1932,8 +1932,8 @@ void cm_CheckCBExpiration(void)
|
||||
lock_ReleaseMutex(&scp->mx);
|
||||
cm_CallbackNotifyChange(scp);
|
||||
|
||||
cm_ReleaseSCacheNoLock(scp);
|
||||
lock_ObtainWrite(&cm_scacheLock);
|
||||
cm_ReleaseSCacheNoLock(scp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user