]> 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)
commit5c8a1d106d5fd8fe0cc2a06e153077f153840392
tree7d3b55de847b517a755a05e6c788138f83e4187c
parentc6c2f6260151d512c4433a6f561b517b7692c5b1
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