SUNRPC: Ignore return value of ->xpo_sendto
authorChuck Lever <chuck.lever@oracle.com>
Mon, 3 Apr 2023 17:53:07 +0000 (13:53 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Wed, 26 Apr 2023 13:05:01 +0000 (09:05 -0400)
commit55fcc7d9159de886296626e47db2c81f8578c7e1
tree1fb616edfc05e01f5458f1b6a1949fe11cef4565
parentae0d77708aae219a9264a74188d5c1b1a5754da6
SUNRPC: Ignore return value of ->xpo_sendto

Clean up: All callers of svc_process() ignore its return value, so
svc_process() can safely be converted to return void. Ditto for
svc_send().

The return value of ->xpo_sendto() is now used only as part of a
trace event.

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