aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/rds.h
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/rds.h
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/rds.h')
-rw-r--r--net/rds/rds.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rds/rds.h b/net/rds/rds.h
index 830e2bbb3332..0c610a102c20 100644
--- a/net/rds/rds.h
+++ b/net/rds/rds.h
@@ -422,7 +422,6 @@ struct rds_transport {
int (*recv)(struct rds_connection *conn);
int (*inc_copy_to_user)(struct rds_incoming *inc, struct iovec *iov,
size_t size);
- void (*inc_purge)(struct rds_incoming *inc);
void (*inc_free)(struct rds_incoming *inc);
int (*cm_handle_connect)(struct rdma_cm_id *cm_id,
@@ -668,7 +667,6 @@ int rds_message_get_version_extension(struct rds_header *hdr, unsigned int *vers
int rds_message_add_rdma_dest_extension(struct rds_header *hdr, u32 r_key, u32 offset);
int rds_message_inc_copy_to_user(struct rds_incoming *inc,
struct iovec *first_iov, size_t size);
-void rds_message_inc_purge(struct rds_incoming *inc);
void rds_message_inc_free(struct rds_incoming *inc);
void rds_message_addref(struct rds_message *rm);
void rds_message_put(struct rds_message *rm);