OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-363-g5890173

Gerrit Code Review gerrit@openafs.org
Tue, 2 Nov 2010 11:02:29 -0700 (PDT)


The following commit has been merged in the master branch:
commit 58901738ad6280d0777dd8e77f8c09cc45da04bc
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Oct 28 00:37:03 2010 -0400

    vol: attach2 must always return with VOL_LOCK held
    
    attach2() is required to return with the VOL_LOCK held
    even though it is called without it.  This must be true
    for error conditions as well.  Not all error paths are
    obtaining the VOL_LOCK before returning.  Add out paths for
    lock held and lock unheld error cases.
    
    Change-Id: Ib6a05a9bafd9eb3a26a1dd3881d19baa6d59a05e
    Reviewed-on: http://gerrit.openafs.org/3177
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/vol/volume.c |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

-- 
OpenAFS Master Repository