OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1283-g418a70f

Gerrit Code Review gerrit@openafs.org
Wed, 8 Jun 2011 00:47:40 -0700 (PDT)


The following commit has been merged in the master branch:
commit 418a70feedb5574d28c3fbe513333b0fb102a3ca
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed Jun 8 02:22:41 2011 -0400

    Windows: shell extension is multithreaded
    
    Since the shell extension is multithreaded and it is possible
    for more than one thread to be executing in the gui2fs.cpp module
    at a time, it is not safe to use a single static 'space' buffer
    by more than one thread at a time.   Move the buffer into the
    stack of each function that uses it so that we have thread safety.
    
    Change-Id: Idbec3e0027fc7e3c43b503c55c1b479bcb5984bc
    Reviewed-on: http://gerrit.openafs.org/4819
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/client_exp/gui2fs.cpp |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)

-- 
OpenAFS Master Repository