OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2_1-114-g0508bdf

Gerrit Code Review gerrit@openafs.org
Thu, 4 Apr 2013 07:43:44 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 0508bdf0be69e93895df2f2d4bd26a06faf21c7b
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Dec 18 18:49:49 2012 -0600

    viced: Sanity check file link count during CoW
    
    A few ihandle bugs in the past have caused the CopyOnWrite code to
    open cached file handles for files which have been deleted. When we
    CoW, both of the files we're dealing with had better actually be on
    disk, so bail out and flag an error if either of them appear unlinked.
    
    FIXES 131530
    
    Reviewed-on: http://gerrit.openafs.org/8839
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    (cherry picked from commit 752514bd1c8eaae487d25116dc59853552f77d12)
    
    Change-Id: I2aa70145b12e9babd1a1eb881bf7f48151c20f6c
    Reviewed-on: http://gerrit.openafs.org/9508
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/viced/afsfileprocs.c |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository