diff options
author | Andy Adamson | 2009-09-24 03:32:21 +0200 |
---|---|---|
committer | J. Bruce Fields | 2009-09-28 18:40:15 +0200 |
commit | ddc04fd4d5163aee9ebdb38a56c365b602e2b7b7 (patch) | |
tree | 6cb3c4abed9f0cbefbd2086c6e946ac312684f61 /drivers/char | |
parent | nfsd4: fix error return when pseudoroot missing (diff) | |
download | kernel-qcow2-linux-ddc04fd4d5163aee9ebdb38a56c365b602e2b7b7.tar.gz kernel-qcow2-linux-ddc04fd4d5163aee9ebdb38a56c365b602e2b7b7.tar.xz kernel-qcow2-linux-ddc04fd4d5163aee9ebdb38a56c365b602e2b7b7.zip |
nfsd41: use sv_max_mesg for forechannel max sizes
ca_maxresponsesize and ca_maxrequest size include the RPC header.
sv_max_mesg is sv_max_payolad plus a page for overhead and is used in
svc_init_buffer to allocate server buffer space for both the request and reply.
Note that this means we can service an RPC compound that requires
ca_maxrequestsize (MAXWRITE) or ca_max_responsesize (MAXREAD) but that we do
not support an RPC compound that requires both ca_maxrequestsize and
ca_maxresponsesize.
Signed-off-by: Andy Adamson <andros@netapp.com>
[bfields@citi.umich.edu: more documentation updates]
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions