SUNRPC: Remove the rpc_stat variable in svc_process_common()
authorChuck Lever <chuck.lever@oracle.com>
Sun, 8 Jan 2023 16:29:32 +0000 (11:29 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 20 Feb 2023 14:20:25 +0000 (09:20 -0500)
commit6d037b15e43945144d5041db9e62c5f389bd432b
treed4bcfba6788d59b1b8a947ea6e3fd33a7c2c7cf0
parent99d074d6b135ae2927b6130d448f5b7159f8dbe1
SUNRPC: Remove the rpc_stat variable in svc_process_common()

There's no RPC header field called rpc_stat; more precisely, the
variable appears to be recording an accept_stat value. But it looks
like we don't need to preserve this value at all, actually, so
simply remove the variable.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/svc.c