OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_71-28-gd72846b

Gerrit Code Review gerrit@openafs.org
Wed, 3 Feb 2010 13:30:27 -0800 (PST)


The following commit has been merged in the master branch:
commit d72846bb0a0650f96362ba190fa8f1fed90ba7d5
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Wed Feb 3 00:37:20 2010 +0000

    Fix fs storebehind on files with 2 or more servers
    
    fs storebehind didn't allocate a large enough buffer for its call
    to VIOCWHERIS. This meant that when it was called on a file with
    more than one server (one in a readonly volume), it would error
    out with E2BIG, rather than a more appropriate message.
    
    Fix this, by using the generic 'space' buffer for the VIOCWHERIS
    call.
    
    Change-Id: Ida0d40175f07ad528720ca700db5b5027b975095
    Reviewed-on: http://gerrit.openafs.org/1224
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/venus/fs.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository