rds: remove unused rds_send_acked_before()
authorZach Brown <zach.brown@oracle.com>
Fri, 4 Jun 2010 21:26:32 +0000 (14:26 -0700)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:15:25 +0000 (18:15 -0700)
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>

No differences found