[PATCH] knfsd: allow admin to set nthreads per node
authorGreg Banks <gnb@melbourne.sgi.com>
Mon, 2 Oct 2006 09:18:02 +0000 (02:18 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 2 Oct 2006 14:57:20 +0000 (07:57 -0700)
commiteed2965af1bae30f746e936d80ad4fabb9e208c8
treebcb8d2f435f612f6b0d3cc6eac8b39e8dd22f45b
parentbfd241600a3b0db4fe43c859f1460d0a958d924a
[PATCH] knfsd: allow admin to set nthreads per node

Add /proc/fs/nfsd/pool_threads which allows the sysadmin (or a userspace
daemon) to read and change the number of nfsd threads in each pool.  The
format is a list of space-separated integers, one per pool.

Signed-off-by: Greg Banks <gnb@melbourne.sgi.com>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfsd/nfsctl.c
fs/nfsd/nfssvc.c