SUNRPC: Clean up rpc_verify_header()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 11 Feb 2019 16:24:53 +0000 (11:24 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 13 Feb 2019 18:54:37 +0000 (13:54 -0500)
commit7f5667a5f8c4ff85b14ccce9d41f9244bd30ab68
tree21fb9fa24fe2dd66a3f1335264abb7ffb7fd6e6e
parente8680a24a269bd6dcb533f4e4a5faba9ae58925c
SUNRPC: Clean up rpc_verify_header()

- Recover some instruction count because I'm about to introduce a
  few xdr_inline_decode call sites
- Replace dprintk() call sites with trace points
- Reduce the hot path so it fits in fewer cachelines

I've also renamed it rpc_decode_header() to match everything else
in the RPC client.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
include/linux/sunrpc/xdr.h
include/trace/events/sunrpc.h
net/sunrpc/clnt.c