mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
windows-scache-ref-leak-20061002
when handling VNOVNODE must release the scache entry.
This commit is contained in:
parent
0fe7b3a058
commit
62e5dab3d6
@ -413,6 +413,7 @@ cm_Analyze(cm_conn_t *connp, cm_user_t *userp, cm_req_t *reqp,
|
||||
|
||||
lock_ObtainWrite(&cm_scacheLock);
|
||||
cm_RecycleSCache(scp, CM_SCACHE_RECYCLEFLAG_DESTROY_BUFFERS);
|
||||
cm_ReleaseSCacheNoLock(scp);
|
||||
lock_ReleaseWrite(&cm_scacheLock);
|
||||
|
||||
if (pscp) {
|
||||
|
Loading…
Reference in New Issue
Block a user