commit | 7f5667a5f8c4ff85b14ccce9d41f9244bd30ab68 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Mon Feb 11 11:24:53 2019 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Feb 13 13:54:37 2019 -0500 |
tree | 21fb9fa24fe2dd66a3f1335264abb7ffb7fd6e6e | |
parent | e8680a24a269bd6dcb533f4e4a5faba9ae58925c [diff] |
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>