]> git.itanic.dy.fi Git - linux-stable/commit
iser-target: Handle DEVICE_REMOVAL event on network portal listener correctly
authorSagi Grimberg <sagig@dev.mellanox.co.il>
Tue, 28 Oct 2014 20:45:03 +0000 (13:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Dec 2014 23:05:49 +0000 (15:05 -0800)
commit11b926d128d5362664f98840f7ca1bf05521077a
treebcd101e2c73cac5a3617cdee7956d74fc3f9cf12
parentadbde413d06062edf380d4aad15caf32492e4872
iser-target: Handle DEVICE_REMOVAL event on network portal listener correctly

commit 3b726ae2de02a406cc91903f80132daee37b6f1b upstream.

In this case the cm_id->context is the isert_np, and the cm_id->qp
is NULL, so use that to distinct the cases.

Since we don't expect any other events on this cm_id we can
just return -1 for explicit termination of the cm_id by the
cma layer.

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/infiniband/ulp/isert/ib_isert.c