SUNRPC: Clarify comment that documents svc_max_payload()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 12 Sep 2022 21:22:50 +0000 (17:22 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 26 Sep 2022 18:02:43 +0000 (14:02 -0400)
commitf18d8afbf2fae507fb7246f09fe1de5297c9f11a
treee5cf52d71176262181998dde84e1bc142add3dec
parent3fdc546462348b8a497c72bc894e0cde9f10fc40
SUNRPC: Clarify comment that documents svc_max_payload()

Note the function returns a per-transport value, not a per-request
value (eg, one that is related to the size of the available send or
receive buffer space).

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/svc.c