OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1390-g53cc2eb

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


The following commit has been merged in the master branch:
commit 53cc2ebaea5e5488d5285f0d13ffa47069ee986f
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Wed Jul 13 14:33:57 2011 +0100

    volser: Actually return errors from ListOneVolume
    
    The return code from GetVolInfo was being thrown away, and success
    returned to the caller, regardless of the success of this function.
    As GetVolInfo's exit codes aren't suitable for sending over the wire,
    just return ENODEV if this function returns failure.
    
    Change-Id: Ie4adbbd98f5006a9aa50ed9bf73ea9e4344fabf3
    Reviewed-on: http://gerrit.openafs.org/5000
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/volser/volprocs.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository