diff options
author | Tom Talpey <talpey@netapp.com> | 2008-10-09 15:02:02 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-10-10 15:13:59 -0400 |
commit | b3cd8d45a764e6edb06e7bd386faf99a879569b8 (patch) | |
tree | e77218bd80d3b9c6ba64b2ff304375458486e514 /net/sunrpc/xprtrdma/transport.c | |
parent | 5f37d561e0f0cd98017c389cbc22080290f11c3c (diff) |
RPC/RDMA: optionally emit useful transport info upon connect/disconnect.
Signed-off-by: Tom Talpey <talpey@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/xprtrdma/transport.c')
-rw-r--r-- | net/sunrpc/xprtrdma/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/xprtrdma/transport.c b/net/sunrpc/xprtrdma/transport.c index c7d2380bb5e3..c2da680273c5 100644 --- a/net/sunrpc/xprtrdma/transport.c +++ b/net/sunrpc/xprtrdma/transport.c | |||
@@ -784,7 +784,7 @@ static void __exit xprt_rdma_cleanup(void) | |||
784 | { | 784 | { |
785 | int rc; | 785 | int rc; |
786 | 786 | ||
787 | dprintk("RPCRDMA Module Removed, deregister RPC RDMA transport\n"); | 787 | dprintk(KERN_INFO "RPCRDMA Module Removed, deregister RPC RDMA transport\n"); |
788 | #ifdef RPC_DEBUG | 788 | #ifdef RPC_DEBUG |
789 | if (sunrpc_table_header) { | 789 | if (sunrpc_table_header) { |
790 | unregister_sysctl_table(sunrpc_table_header); | 790 | unregister_sysctl_table(sunrpc_table_header); |