Hi- (cc: linux-rdma and linux-nfs) These are minor clean-ups in the svcrdma code that I found while addressing other issues. --- Chuck Lever (7): svcrdma: Clean up the tracing for rw_ctx_init errors svcrdma: Clean up handling of get_rw_ctx errors svcrdma: Trace page overruns when constructing RDMA Reads svcrdma: trace undersized Write chunks svcrdma: Fix backchannel return code svcrdma: Remove backchannel dprintk call sites svcrdma: Rename tracepoints that record header decoding errors include/linux/sunrpc/svc_rdma.h | 5 +- include/trace/events/rpcrdma.h | 90 +++++++++++++++++++++- net/sunrpc/xprtrdma/svc_rdma_backchannel.c | 86 ++++----------------- net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 21 +++-- net/sunrpc/xprtrdma/svc_rdma_rw.c | 36 ++++----- 5 files changed, 129 insertions(+), 109 deletions(-) -- Chuck Lever