OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_23-64-geddb69a

Gerrit Code Review gerrit@openafs.org
Wed, 8 May 2013 05:56:05 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit c2682d53bd88c640e8690b99e935931a5feed802
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue May 7 18:36:16 2013 -0400

    Windows: RDR_Initialize must cleanup threads on failure
    
    If RDR_Initialize() fails after instantiating the worker thread
    pool it must call RDR_ShutdownFinal() to destroy the pool before
    exiting.  Otherwise, the threads will spin endlessly as each
    DeviceIoControl call to the redirector fails.
    
    Change-Id: Idbda56655912c9758213bca9eba71426ec1d24c3
    Reviewed-on: http://gerrit.openafs.org/9860
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 5ea6e66433826c9745e4a211bd2801995e35fa5e)
    Reviewed-on: http://gerrit.openafs.org/9868

 src/WINNT/afsrdr/user/RDRInit.cpp |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository