windows-afsd-misc-20080306
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 6 Mar 2008 14:33:09 +0000 (14:33 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 6 Mar 2008 14:33:09 +0000 (14:33 +0000)
commit6a631075c478794e998ad67d90e33d304521fbd3
tree3769ec9991857fac2e9852b3e7da88fd683599e4
parentb651ece9bdb2ea9dc19907a5686e9d084f3c03d6
windows-afsd-misc-20080306

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.)
src/WINNT/afsd/cm_daemon.c
src/WINNT/afsd/cm_dcache.c
src/WINNT/afsd/cm_vnodeops.c