diff options
author | Andy Grover <andy.grover@oracle.com> | 2010-01-12 17:41:46 -0500 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-08 21:11:46 -0400 |
commit | 809fa148a29467954280fe8b7f97c92403f6293c (patch) | |
tree | cd04f946f9490a42606436bdf89c7cb5f0ccc733 /net/rds/rds.h | |
parent | 6200ed7799d9225f363f157ab61f1566cfd80e19 (diff) |
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.h | 2 |
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 { | |||
422 | int (*recv)(struct rds_connection *conn); | 422 | int (*recv)(struct rds_connection *conn); |
423 | int (*inc_copy_to_user)(struct rds_incoming *inc, struct iovec *iov, | 423 | int (*inc_copy_to_user)(struct rds_incoming *inc, struct iovec *iov, |
424 | size_t size); | 424 | size_t size); |
425 | void (*inc_purge)(struct rds_incoming *inc); | ||
426 | void (*inc_free)(struct rds_incoming *inc); | 425 | void (*inc_free)(struct rds_incoming *inc); |
427 | 426 | ||
428 | int (*cm_handle_connect)(struct rdma_cm_id *cm_id, | 427 | 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 | |||
668 | int rds_message_add_rdma_dest_extension(struct rds_header *hdr, u32 r_key, u32 offset); | 667 | int rds_message_add_rdma_dest_extension(struct rds_header *hdr, u32 r_key, u32 offset); |
669 | int rds_message_inc_copy_to_user(struct rds_incoming *inc, | 668 | int rds_message_inc_copy_to_user(struct rds_incoming *inc, |
670 | struct iovec *first_iov, size_t size); | 669 | struct iovec *first_iov, size_t size); |
671 | void rds_message_inc_purge(struct rds_incoming *inc); | ||
672 | void rds_message_inc_free(struct rds_incoming *inc); | 670 | void rds_message_inc_free(struct rds_incoming *inc); |
673 | void rds_message_addref(struct rds_message *rm); | 671 | void rds_message_addref(struct rds_message *rm); |
674 | void rds_message_put(struct rds_message *rm); | 672 | void rds_message_put(struct rds_message *rm); |