OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-745-g9315c66
Gerrit Code Review
gerrit@openafs.org
Wed, 16 Feb 2011 08:57:10 -0800 (PST)
The following commit has been merged in the master branch:
commit 9315c66f15fb0d178e1c322cf14c0d64eea46c65
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Feb 7 13:13:31 2011 -0600
viced: Enforce lwps limit for -L
Previously, we only enforced the calculated lwp/thread maximum when
the -p argument was specified. When -L was specified, we set lwps to
128, which can be over the max of (effectively)
MAX_FILESERVER_THREAD-FILESERVER_HELPER_THREADS, depending on the
value of MAX_FILESERVER_THREAD.
Instead, enforce the lwps min/max after all code to set the lwps has
run.
Change-Id: Ia9fc29855e74631509ea558cfe1b17fcf46e900e
Reviewed-on: http://gerrit.openafs.org/3903
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/viced/viced.c | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository