OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1612-g33af0f9

Gerrit Code Review gerrit@openafs.org
Mon, 5 Sep 2011 23:09:51 -0700 (PDT)


The following commit has been merged in the master branch:
commit 33af0f92e9b8a50c5a6dd17a9065c0ef58597c28
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
    
    Change-Id: I5d134f045a0c935fdaaef6edf5bdf37bb0418a98
    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>

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

-- 
OpenAFS Master Repository