aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rds/ib.c')
-rw-r--r--net/rds/ib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rds/ib.c b/net/rds/ib.c
index 8f2d6dd7700..f0d29656baf 100644
--- a/net/rds/ib.c
+++ b/net/rds/ib.c
@@ -264,6 +264,7 @@ struct rds_transport rds_ib_transport = {
264 .xmit = rds_ib_xmit, 264 .xmit = rds_ib_xmit,
265 .xmit_cong_map = NULL, 265 .xmit_cong_map = NULL,
266 .xmit_rdma = rds_ib_xmit_rdma, 266 .xmit_rdma = rds_ib_xmit_rdma,
267 .xmit_atomic = rds_ib_xmit_atomic,
267 .recv = rds_ib_recv, 268 .recv = rds_ib_recv,
268 .conn_alloc = rds_ib_conn_alloc, 269 .conn_alloc = rds_ib_conn_alloc,
269 .conn_free = rds_ib_conn_free, 270 .conn_free = rds_ib_conn_free,