OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_15-21-gd0245b0

Gerrit Code Review gerrit@openafs.org
Tue, 3 Jul 2012 22:04:54 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit d0245b0960884d57e18bb6673a5957ca5f5ae7b9
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Jun 18 10:10:32 2012 -0400

    Windows: Do not permit RDR worker threads to quit
    
    If the DeviceIoControl from the service's redirector worker threads
    fails the thread will terminate.  This is a problem because if all
    of the threads quit the afs redirector will end up deadlocking
    all requests since there will be no method of delivering them to
    the service.  If there is an error log it (if possible), and retry.
    Hopefully it will be transient.
    
    Reviewed-on: http://gerrit.openafs.org/7627
    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 e513799232f72ce9deabe5097f06f42d4ce09bf2)
    
    Change-Id: I2527a126ebd2d19052fa6b059a67e8611754fb52
    Reviewed-on: http://gerrit.openafs.org/7682
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

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

-- 
OpenAFS Master Repository