aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/rds.h
diff options
context:
space:
mode:
authorZach Brown <zach.brown@oracle.com>2010-06-04 17:26:32 -0400
committerAndy Grover <andy.grover@oracle.com>2010-09-08 21:15:25 -0400
commit671202f3491cccdb267f88ad59ba0635aeb2a22e (patch)
tree0dbe27af4940fa3c6ede0a96b119653c4805185c /net/rds/rds.h
parent037f18a3074753991656189a091a5fa371999107 (diff)
rds: remove unused rds_send_acked_before()
rds_send_acked_before() wasn't blocking interrupts when acquiring c_lock from user context but nothing calls it. Rather than fix its use of c_lock we just remove the function. Signed-off-by: Zach Brown <zach.brown@oracle.com>
Diffstat (limited to 'net/rds/rds.h')
-rw-r--r--net/rds/rds.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/rds.h b/net/rds/rds.h
index cba5f8bb4780..270ded76fd53 100644
--- a/net/rds/rds.h
+++ b/net/rds/rds.h
@@ -724,7 +724,6 @@ void rds_send_drop_to(struct rds_sock *rs, struct sockaddr_in *dest);
724typedef int (*is_acked_func)(struct rds_message *rm, uint64_t ack); 724typedef int (*is_acked_func)(struct rds_message *rm, uint64_t ack);
725void rds_send_drop_acked(struct rds_connection *conn, u64 ack, 725void rds_send_drop_acked(struct rds_connection *conn, u64 ack,
726 is_acked_func is_acked); 726 is_acked_func is_acked);
727int rds_send_acked_before(struct rds_connection *conn, u64 seq);
728void rds_send_remove_from_sock(struct list_head *messages, int status); 727void rds_send_remove_from_sock(struct list_head *messages, int status);
729int rds_send_pong(struct rds_connection *conn, __be16 dport); 728int rds_send_pong(struct rds_connection *conn, __be16 dport);
730struct rds_message *rds_send_get_message(struct rds_connection *, 729struct rds_message *rds_send_get_message(struct rds_connection *,