]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-windows-afsd-misc-20080306
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 6 Mar 2008 14:34:29 +0000 (14:34 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 6 Mar 2008 14:34:29 +0000 (14:34 +0000)
commit82904b8ace4c40fa23572e9b09eb174c96577641
tree8b5b2ddc2e703fe5b42a075cc2e076311e14196c
parent8afb0e0b2617ff4a6205f0027b80983ee29d5705
DEVEL15-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.)

(cherry picked from commit 6a631075c478794e998ad67d90e33d304521fbd3)
src/WINNT/afsd/cm_daemon.c
src/WINNT/afsd/cm_dcache.c
src/WINNT/afsd/cm_vnodeops.c