diff options
| author | 2020-04-29 16:00:12 -0400 | |
|---|---|---|
| committer | 2020-05-18 10:21:22 -0400 | |
| commit | 08e3c9f181bfb78d842c4f432888116d66e07c2f (patch) | |
| tree | 6238ce3a5b1c118bf38507d804b23be121ca5e3a | |
| parent | svcrdma: Rename tracepoints that record header decoding errors (diff) | |
| download | wireguard-linux-08e3c9f181bfb78d842c4f432888116d66e07c2f.tar.xz wireguard-linux-08e3c9f181bfb78d842c4f432888116d66e07c2f.zip | |
svcrdma: Remove the SVCRDMA_DEBUG macro
Clean up: Commit d21b05f101ae ("rdma: SVCRMDA Header File")
introduced the SVCRDMA_DEBUG macro, but it doesn't seem to have been
used.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
| -rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index 8518c3f37e56..7ed82625dc0b 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -48,7 +48,6 @@ #include <linux/sunrpc/rpc_rdma.h> #include <rdma/ib_verbs.h> #include <rdma/rdma_cm.h> -#define SVCRDMA_DEBUG /* Default and maximum inline threshold sizes */ enum { |
