aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_recv.c
diff options
context:
space:
mode:
authorAndy Grover <andy.grover@oracle.com>2010-01-12 14:41:46 -0800
committerAndy Grover <andy.grover@oracle.com>2010-09-08 18:11:46 -0700
commit809fa148a29467954280fe8b7f97c92403f6293c (patch)
treecd04f946f9490a42606436bdf89c7cb5f0ccc733 /net/rds/ib_recv.c
parentRDS: Whitespace (diff)
downloadlinux-dev-809fa148a29467954280fe8b7f97c92403f6293c.tar.xz
linux-dev-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_recv.c')
-rw-r--r--net/rds/ib_recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/ib_recv.c b/net/rds/ib_recv.c
index d0ee9c114c6c..e294d00abc80 100644
--- a/net/rds/ib_recv.c
+++ b/net/rds/ib_recv.c
@@ -273,7 +273,7 @@ int rds_ib_recv_refill(struct rds_connection *conn, gfp_t kptr_gfp,
return ret;
}
-void rds_ib_inc_purge(struct rds_incoming *inc)
+static void rds_ib_inc_purge(struct rds_incoming *inc)
{
struct rds_ib_incoming *ibinc;
struct rds_page_frag *frag;