OpenAFS CVS Commit: openafs/src/viced by shadow

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 28 Oct 2004 14:08:06 EDT


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

Modified Files:
	callback.c 
Log Message:
DELTA drop-h-lock-around-putconn-20041027
AUTHOR shadow@dementia.org
FIXES

the problem with rx_PutConnection is h_FreeConnection uses the host global lock
but it shouldn't matter (callback conn should be a client not server conn and
thus not h_FreeConnection on cleanup)

further, we should free the conns we GetConnection'd not the ones still in 
the host struct at the end.


--- DELTA config follows ---
drop-h-lock-around-putconn-20041027 openafs/src/viced/callback.c 1.60 1.61