diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2018-05-04 21:35:25 +0200 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2018-05-07 15:20:04 +0200 |
commit | a7986f09986ac1befc85bcab30970312c476dbc7 (patch) | |
tree | a99c9d2871a62b630e6e61eb3238c5cc9854696e /include/trace | |
parent | xprtrdma: Move Receive posting to Receive handler (diff) | |
download | linux-a7986f09986ac1befc85bcab30970312c476dbc7.tar.xz linux-a7986f09986ac1befc85bcab30970312c476dbc7.zip |
xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}
Clean up: These functions are no longer used.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/events/rpcrdma.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/trace/events/rpcrdma.h b/include/trace/events/rpcrdma.h index ad27e192cdf8..ac82849954e4 100644 --- a/include/trace/events/rpcrdma.h +++ b/include/trace/events/rpcrdma.h @@ -879,8 +879,6 @@ TRACE_EVENT(xprtrdma_rpc_done, ) ); -DEFINE_RXPRT_EVENT(xprtrdma_noreps); - /** ** Callback events **/ |