SUNRPC: Optimize svc_process()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 12 Sep 2022 21:22:33 +0000 (17:22 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 26 Sep 2022 18:02:42 +0000 (14:02 -0400)
commit81593c4dff32266102cd95cdc993576a6afe5650
tree11acabb0e9224c9ec00ec18cae7477da77aed3b5
parent7746b32f467b3813fb61faaab3258de35806a7ac
SUNRPC: Optimize svc_process()

Move exception handling code out of the hot path, and avoid the need
for a bswap of a non-constant.

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