]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: Remove stale function rds_send_get_message()
authorSowmini Varadhan <sowmini.varadhan@oracle.com>
Mon, 13 Jun 2016 16:44:32 +0000 (09:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2016 06:50:42 +0000 (23:50 -0700)
commitdabb2451ad667e28a635f8728dda6e7707e9b9e3
treec948f1ea82f5e09d6a2109ce51a01380f103fc03
parent90b9ac5faffe43538b36f53c5c441e1269f8d96d
RDS: Remove stale function rds_send_get_message()

The only caller of rds_send_get_message() was
rds_iw_send_cq_comp_handler() which was removed as part of
commit 38a9ab56b82c ("RDS: Drop stale iWARP RDMA transport"),
so remove rds_send_get_message() for the same reason.

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/rds.h
net/rds/send.c