summaryrefslogtreecommitdiffstats
path: root/net/rds/ib.c
diff options
context:
space:
mode:
authorAndy Grover2010-01-12 23:41:46 +0100
committerAndy Grover2010-09-09 03:11:46 +0200
commit809fa148a29467954280fe8b7f97c92403f6293c (patch)
treecd04f946f9490a42606436bdf89c7cb5f0ccc733 /net/rds/ib.c
parentRDS: Whitespace (diff)
downloadkernel-qcow2-linux-809fa148a29467954280fe8b7f97c92403f6293c.tar.gz
kernel-qcow2-linux-809fa148a29467954280fe8b7f97c92403f6293c.tar.xz
kernel-qcow2-linux-809fa148a29467954280fe8b7f97c92403f6293c.zip
RDS: inc_purge() transport function unused - remove it
Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to 'net/rds/ib.c')
-rw-r--r--net/rds/ib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/ib.c b/net/rds/ib.c
index 72a5116c11de..932dacbdbea1 100644
--- a/net/rds/ib.c
+++ b/net/rds/ib.c
@@ -274,7 +274,6 @@ struct rds_transport rds_ib_transport = {
.conn_connect = rds_ib_conn_connect,
.conn_shutdown = rds_ib_conn_shutdown,
.inc_copy_to_user = rds_ib_inc_copy_to_user,
- .inc_purge = rds_ib_inc_purge,
.inc_free = rds_ib_inc_free,
.cm_initiate_connect = rds_ib_cm_initiate_connect,
.cm_handle_connect = rds_ib_cm_handle_connect,