OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1350-g1ac219f

Gerrit Code Review gerrit@openafs.org
Thu, 7 Jul 2011 14:18:08 -0700 (PDT)


The following commit has been merged in the master branch:
commit 1ac219f537f75ac5835f750d4c9e5f4dc684c2de
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed Jul 6 18:34:05 2011 -0400

    Windows: Refactor cm_Unlock*() to avoid code duplication
    
    cm_Unlock() and cm_UnlockByKey() duplicate a significant amount
    of code.  Refactor it into a new static function, cm_IntUnlock()
    which handles the process of downgrading or releasing a file
    server lock depending upon the lock state of the cm_scache_t
    object.
    
    Change-Id: Ic5db7b3928fc0477f155183326321717ea04ace0
    Reviewed-on: http://gerrit.openafs.org/4923
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_vnodeops.c |  311 +++++++++++++++++-------------------------
 src/WINNT/afsd/cm_vnodeops.h |    2 +-
 2 files changed, 123 insertions(+), 190 deletions(-)

-- 
OpenAFS Master Repository