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>
This commit is contained in:
@ -724,7 +724,6 @@ void rds_send_drop_to(struct rds_sock *rs, struct sockaddr_in *dest);
|
||||
typedef int (*is_acked_func)(struct rds_message *rm, uint64_t ack);
|
||||
void rds_send_drop_acked(struct rds_connection *conn, u64 ack,
|
||||
is_acked_func is_acked);
|
||||
int rds_send_acked_before(struct rds_connection *conn, u64 seq);
|
||||
void rds_send_remove_from_sock(struct list_head *messages, int status);
|
||||
int rds_send_pong(struct rds_connection *conn, __be16 dport);
|
||||
struct rds_message *rds_send_get_message(struct rds_connection *,
|
||||
|
Reference in New Issue
Block a user