Skip to content

Commit c0f2616

Browse files
chuckleveramschuma-ntap
authored andcommitted
xprtrdma: Remove definitions of RPCDBG_FACILITY
Deprecated. dprintk is no longer used in xprtrdma. Signed-off-by: Chuck Lever <[email protected]> Signed-off-by: Anna Schumaker <[email protected]>
1 parent c03061e commit c0f2616

File tree

5 files changed

+0
-27
lines changed

5 files changed

+0
-27
lines changed

net/sunrpc/xprtrdma/backchannel.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
#include "xprt_rdma.h"
1414
#include <trace/events/rpcrdma.h>
1515

16-
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
17-
# define RPCDBG_FACILITY RPCDBG_TRANS
18-
#endif
19-
2016
#undef RPCRDMA_BACKCHANNEL_DEBUG
2117

2218
/**

net/sunrpc/xprtrdma/frwr_ops.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
#include "xprt_rdma.h"
4646
#include <trace/events/rpcrdma.h>
4747

48-
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
49-
# define RPCDBG_FACILITY RPCDBG_TRANS
50-
#endif
51-
5248
static void frwr_cid_init(struct rpcrdma_ep *ep,
5349
struct rpcrdma_mr *mr)
5450
{

net/sunrpc/xprtrdma/rpc_rdma.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
#include "xprt_rdma.h"
5555
#include <trace/events/rpcrdma.h>
5656

57-
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
58-
# define RPCDBG_FACILITY RPCDBG_TRANS
59-
#endif
60-
6157
/* Returns size of largest RPC-over-RDMA header in a Call message
6258
*
6359
* The largest Call header contains a full-size Read list and a

net/sunrpc/xprtrdma/transport.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@
6060
#include "xprt_rdma.h"
6161
#include <trace/events/rpcrdma.h>
6262

63-
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
64-
# define RPCDBG_FACILITY RPCDBG_TRANS
65-
#endif
66-
6763
/*
6864
* tunables
6965
*/

net/sunrpc/xprtrdma/verbs.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,6 @@
6363
#include "xprt_rdma.h"
6464
#include <trace/events/rpcrdma.h>
6565

66-
/*
67-
* Globals/Macros
68-
*/
69-
70-
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
71-
# define RPCDBG_FACILITY RPCDBG_TRANS
72-
#endif
73-
74-
/*
75-
* internal functions
76-
*/
7766
static int rpcrdma_sendctxs_create(struct rpcrdma_xprt *r_xprt);
7867
static void rpcrdma_sendctxs_destroy(struct rpcrdma_xprt *r_xprt);
7968
static void rpcrdma_sendctx_put_locked(struct rpcrdma_xprt *r_xprt,

0 commit comments

Comments
 (0)