]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()
authorHariprasad S <hariprasad@chelsio.com>
Wed, 4 May 2016 19:57:37 +0000 (01:27 +0530)
committerDoug Ledford <dledford@redhat.com>
Thu, 5 May 2016 20:11:14 +0000 (16:11 -0400)
commit9bdc72c6a620a13170c229b654dc19034a4510e4
tree7d3b55de847b517a755a05e6c788138f83e4187c
parent7d27af1210632b5923e2fbd7cc7959cdddf4d66a
RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()

Use c4iw_ep_disconnect() instead.  This is part of getting rid of
abort_connection() altogether so we properly clean up on send_abort()
failures.

This is the last user of abort_connection(), so remove it too.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/cxgb4/cm.c