OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-142-g3991cf2

Gerrit Code Review gerrit@openafs.org
Wed, 3 Nov 2010 03:49:33 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 3991cf2f0fcea26c3d766c54e1b8161226980841
Author: Phillip Moore <w.phillip.moore@gmail.com>
Date:   Tue Oct 19 12:17:20 2010 -0400

    Fix fs bypassthreshold to accept a size of -1 to disable
    
    The fs bypassthreshold command assumes a value of -1 means the feature
    is disabled, but the CLI refused to accept this argument, since it is
    not strictly a digit (according ti isdigit()).  This patch accepts the
    string -1, and makes it possible to both enable AND disable this
    feature.
    
    Reviewed-on: http://gerrit.openafs.org/3009
    Reviewed-by: Matt Benjamin <matt@linuxbox.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 1fa575c09ea7aa66e657b226465cb90dbba4af70)
    Change-Id: I0e748b513bcb97c436bd10c8a80222fc10fce08c
    Reviewed-on: http://gerrit.openafs.org/3228

 src/venus/fs.c |   37 +++++++++++++++++++++----------------
 1 files changed, 21 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository