OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 06 Mar 2008 09:33:10 EST


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/WINNT/afsd

Modified Files:
	cm_daemon.c cm_dcache.c cm_vnodeops.c 
Log Message:
DELTA windows-afsd-misc-20080306
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

(1) an attempt to make better use of bandwidth from the BkgDaemon threads
    by preventing the thread from blocking on a vnode that is already
    storing data in another thread

(2) prevents CM_SCACHEFLAG_ASYNCSTORE from being reset on a write failure.

(3) fixes cm_EvaluateSysName to avoid accessing uninitialized memory

(4) prevents a lock leak if the symlink's mountpointstring is too long.
    (This could never actually happen but better to correct the code.)



--- DELTA config follows ---
windows-afsd-misc-20080306 openafs/src/WINNT/afsd/cm_daemon.c 1.42 1.43
windows-afsd-misc-20080306 openafs/src/WINNT/afsd/cm_dcache.c 1.60 1.61
windows-afsd-misc-20080306 openafs/src/WINNT/afsd/cm_vnodeops.c 1.137 1.138