[PATCH] knfsd: Allow max size of NFSd payload to be configured
authorNeilBrown <neilb@suse.de>
Wed, 4 Oct 2006 09:15:48 +0000 (02:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 4 Oct 2006 14:55:16 +0000 (07:55 -0700)
commit596bbe53eb3abfe7326b2f5e8afd614265c319c8
tree31e1f008f8acb46d1a3a937538446a1447ed9c8f
parent7adae489fe794e3e203ff168595f635d0b845e59
[PATCH] knfsd: Allow max size of NFSd payload to be configured

The max possible is the maximum RPC payload.  The default depends on amount of
total memory.

The value can be set within reason as long as no nfsd threads are currently
running.  The value can also be ready, allowing the default to be determined
after nfsd has started.

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
include/linux/nfsd/const.h
include/linux/nfsd/nfsd.h