OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-135-gaab0703

Gerrit Code Review gerrit@openafs.org
Tue, 15 Nov 2011 05:50:24 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit be4987fac067fd72166e46cfc883a89af06a2b27
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Sep 5 10:11:09 2011 -0400

    Windows: use lock conversion in cm_EndDirOp
    
    Instead of dropping the lock for read and reacquiring for write
    use lock_ConvertRToW() which will make the change atomicly if
    it is possible or place the thread into the wait list if not.
    
    LICENSE MIT
    
    Reviewed-on: http://gerrit.openafs.org/5360
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    (cherry picked from commit 33af0f92e9b8a50c5a6dd17a9065c0ef58597c28)
    
    Change-Id: Id92298fa848becb4131139579fd31b0c5f98a4ad
    Reviewed-on: http://gerrit.openafs.org/6032
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsd/cm_dir.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository