Chuck Lever 103cc1fafe SUNRPC: Parametrize how much of argsize should be zeroed
Currently, SUNRPC clears the whole of .pc_argsize before processing
each incoming RPC transaction. Add an extra parameter to struct
svc_procedure to enable upper layers to reduce the amount of each
operation's argument structure that is zeroed by SUNRPC.

The size of struct nfsd4_compoundargs, in particular, is a lot to
clear on each incoming RPC Call. A subsequent patch will cut this
down to something closer to what NFSv2 and NFSv3 uses.

This patch should cause no behavior changes.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
2022-09-26 14:02:42 -04:00
..
2022-08-10 14:04:32 -07:00
2020-05-27 10:10:12 -04:00
2022-08-22 11:40:01 -07:00
2022-05-09 23:12:33 -04:00
2022-09-12 17:53:46 -04:00
2021-04-05 09:04:20 -04:00
2022-09-12 17:53:46 -04:00
2022-05-09 16:36:48 -04:00
2022-09-12 17:53:46 -04:00