This patch series moves forward with the removal of dprintk in SUNRPC in favor of tracepoints. This is the last step for the svcrdma component. --- Chuck Lever (6): svcrdma: Remove dprintk() call sites in module handlers svcrdma: Remove dprintk call site in svc_rdma_create_xprt() svcrdma: Remove dprintk call site in svc_rdma_parse_connect_private() svcrdma: Remove dprintk call sites during QP creation svcrdma: Remove dprintk call sites during accept svcrdma: Remove include/linux/sunrpc/debug.h net/sunrpc/xprtrdma/svc_rdma.c | 9 ------ net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 1 - net/sunrpc/xprtrdma/svc_rdma_sendto.c | 1 - net/sunrpc/xprtrdma/svc_rdma_transport.c | 37 ++---------------------- 4 files changed, 3 insertions(+), 45 deletions(-) -- Chuck Lever