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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 06 Mar 2008 09:34:29 EST


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

Modified Files:
      Tag: openafs-devel-1_5_x
	cm_daemon.c cm_dcache.c cm_vnodeops.c 
Log Message:
DELTA DEVEL15-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 for openafs-devel-1_5_x follows ---
DEVEL15-windows-afsd-misc-20080306 openafs/src/WINNT/afsd/cm_daemon.c 1.16.4.25 1.16.4.26
DEVEL15-windows-afsd-misc-20080306 openafs/src/WINNT/afsd/cm_dcache.c 1.30.2.29 1.30.2.30
DEVEL15-windows-afsd-misc-20080306 openafs/src/WINNT/afsd/cm_vnodeops.c 1.69.2.67 1.69.2.68