]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
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)
commit671202f3491cccdb267f88ad59ba0635aeb2a22e
tree0dbe27af4940fa3c6ede0a96b119653c4805185c
parent037f18a3074753991656189a091a5fa371999107
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>
net/rds/rds.h
net/rds/send.c