diff options
author | NeilBrown <neilb@suse.de> | 2006-10-04 05:15:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 10:55:16 -0400 |
commit | 596bbe53eb3abfe7326b2f5e8afd614265c319c8 (patch) | |
tree | 31e1f008f8acb46d1a3a937538446a1447ed9c8f /include/linux/nfsd/nfsd.h | |
parent | 7adae489fe794e3e203ff168595f635d0b845e59 (diff) |
[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>
Diffstat (limited to 'include/linux/nfsd/nfsd.h')
-rw-r--r-- | include/linux/nfsd/nfsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfsd/nfsd.h b/include/linux/nfsd/nfsd.h index e1dbc86c270b..259841bb2f6c 100644 --- a/include/linux/nfsd/nfsd.h +++ b/include/linux/nfsd/nfsd.h | |||
@@ -145,6 +145,7 @@ int nfsd_vers(int vers, enum vers_op change); | |||
145 | void nfsd_reset_versions(void); | 145 | void nfsd_reset_versions(void); |
146 | int nfsd_create_serv(void); | 146 | int nfsd_create_serv(void); |
147 | 147 | ||
148 | extern int nfsd_max_blksize; | ||
148 | 149 | ||
149 | /* | 150 | /* |
150 | * NFSv4 State | 151 | * NFSv4 State |