]> www.infradead.org Git - users/jedix/linux-maple.git/commit
IB/sdp: disable timewait on close if socket has been disconnected
authorMichael S. Tsirkin <mst@mellanox.co.il>
Mon, 11 Sep 2006 13:00:21 +0000 (16:00 +0300)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:00 +0000 (05:04 -0700)
commit7f8843c2689d0baf4ed93a3ef465a6c86f872cbb
tree7ee7214dc0c8e02fd4f5e211e7348402a8277cd8
parentf1807f5e6388715ab73d98b45d592d11739b6d87
IB/sdp: disable timewait on close if socket has been disconnected

State should move to CLOSE or CLOSE_WAIT etc on disconnect.
Since it currently doesn't, do it in sdp_close to avoid timewait.

Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp_main.c