OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1391-gbeda3b2

Gerrit Code Review gerrit@openafs.org
Wed, 13 Jul 2011 15:53:05 -0700 (PDT)


The following commit has been merged in the master branch:
commit beda3b239a13903d4bcd9a5d91d5ff562962cb5a
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.
    
    Change-Id: I5dbc33e2e1a9a4ca1bdf4b2f7e56f33af87ccc1a
    Reviewed-on: http://gerrit.openafs.org/5001
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository