OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-347-g1fa575c
Gerrit Code Review
gerrit@openafs.org
Fri, 29 Oct 2010 12:18:01 -0700 (PDT)
The following commit has been merged in the master branch:
commit 1fa575c09ea7aa66e657b226465cb90dbba4af70
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.
Change-Id: I87720b2dcfc4e9ee9f322c4841836b74440ac442
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>
src/venus/fs.c | 37 +++++++++++++++++++++----------------
1 files changed, 21 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository