diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2019-08-19 18:41:44 -0400 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2019-08-20 13:48:43 -0400 |
commit | 2dfdcd88cf0ea66eec0478de82283ef20eb6f421 (patch) | |
tree | 7d9a3cfd7d7f2b59385cc7dc86539df18091a49e /net | |
parent | aeaed4848234c97fb720b0e51a0c56dc8de0eeed (diff) | |
download | linux-2dfdcd88cf0ea66eec0478de82283ef20eb6f421.tar.gz linux-2dfdcd88cf0ea66eec0478de82283ef20eb6f421.tar.bz2 linux-2dfdcd88cf0ea66eec0478de82283ef20eb6f421.zip |
xprtrdma: Rename CQE field in Receive trace points
Make the field name the same for all trace points that handle
pointers to struct rpcrdma_rep. That makes it easy to grep for
matching rep points in trace output.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/xprtrdma/verbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/xprtrdma/verbs.c b/net/sunrpc/xprtrdma/verbs.c index e639ea0faf19..3c275a7a4e4c 100644 --- a/net/sunrpc/xprtrdma/verbs.c +++ b/net/sunrpc/xprtrdma/verbs.c @@ -1531,7 +1531,7 @@ rpcrdma_post_recvs(struct rpcrdma_xprt *r_xprt, bool temp) if (!rpcrdma_regbuf_dma_map(r_xprt, rep->rr_rdmabuf)) goto release_wrs; - trace_xprtrdma_post_recv(rep->rr_recv_wr.wr_cqe); + trace_xprtrdma_post_recv(rep); ++count; } |