aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/transport.c
diff options
context:
space:
mode:
authorTom Talpey <talpey@netapp.com>2008-10-09 15:02:02 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2008-10-10 15:13:59 -0400
commitb3cd8d45a764e6edb06e7bd386faf99a879569b8 (patch)
treee77218bd80d3b9c6ba64b2ff304375458486e514 /net/sunrpc/xprtrdma/transport.c
parentRPC/RDMA: reformat a debug printk to keep lines together. (diff)
downloadlinux-dev-b3cd8d45a764e6edb06e7bd386faf99a879569b8.tar.xz
linux-dev-b3cd8d45a764e6edb06e7bd386faf99a879569b8.zip
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.c2
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)
{
int rc;
- dprintk("RPCRDMA Module Removed, deregister RPC RDMA transport\n");
+ dprintk(KERN_INFO "RPCRDMA Module Removed, deregister RPC RDMA transport\n");
#ifdef RPC_DEBUG
if (sunrpc_table_header) {
unregister_sysctl_table(sunrpc_table_header);