OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-909-gd4ebebd

Gerrit Code Review gerrit@openafs.org
Thu, 24 Mar 2011 09:19:05 -0700 (PDT)


The following commit has been merged in the master branch:
commit d4ebebd0c3f89b65e93f0da6d53665271e6d2a61
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Mar 23 11:07:03 2011 -0500

    DAFS: Do not VDeregisterVolOp_r while exclusive
    
    We should wait for a volume to transition out of an exclusive state
    before calling VDeregisterVolOp_r on a volume, since some code may be
    examining the vol op outside of VOL_LOCK in an exclusive state. We
    should be doing this anyway before performing volume state checks,
    since we may be trying to e.g. attach the volume at the same time.
    
    Change-Id: I3a5b78b7c0033887a973ce941ced592df8c4bf3d
    Reviewed-on: http://gerrit.openafs.org/4287
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/vol/fssync-server.c |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository