]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit047dd38e12e60dc5b00527074902d3eaf212a424
treebcb8d2f435f612f6b0d3cc6eac8b39e8dd22f45b
parentb94688b9d9595d6c3ec2f4a89c40c30914cfdc77
[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