OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre6-66-g7fe2d2c

Gerrit Code Review gerrit@openafs.org
Thu, 14 Jul 2011 07:32:58 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit ccd770e8a38d59619f1972672ac9392e92cfcc7b
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Wed Jul 13 14:35:48 2011 +0100

    vol: Initialise list before error exit when cloning
    
    The inode list wasn't being initialised before the first call into the
    error handler. This makes it possible that we end up trying to discard
    items from an uninitialised list, with all the chaos that would cause.
    Fix things so that this list is correctly set up.
    
    Reviewed-on: http://gerrit.openafs.org/5001
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit beda3b239a13903d4bcd9a5d91d5ff562962cb5a)
    
    Change-Id: I3e3c4b8565e373f74bb95416e4c9b101d02fd78f
    Reviewed-on: http://gerrit.openafs.org/5007
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/vol/clone.c |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository