diff options
Diffstat (limited to 'drivers/target/iscsi/iscsi_target_nego.c')
-rw-r--r-- | drivers/target/iscsi/iscsi_target_nego.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/iscsi/iscsi_target_nego.c b/drivers/target/iscsi/iscsi_target_nego.c index 5c964c09c89f..9fc9117d0f22 100644 --- a/drivers/target/iscsi/iscsi_target_nego.c +++ b/drivers/target/iscsi/iscsi_target_nego.c | |||
@@ -388,6 +388,7 @@ err: | |||
388 | if (login->login_complete) { | 388 | if (login->login_complete) { |
389 | if (conn->rx_thread && conn->rx_thread_active) { | 389 | if (conn->rx_thread && conn->rx_thread_active) { |
390 | send_sig(SIGINT, conn->rx_thread, 1); | 390 | send_sig(SIGINT, conn->rx_thread, 1); |
391 | complete(&conn->rx_login_comp); | ||
391 | kthread_stop(conn->rx_thread); | 392 | kthread_stop(conn->rx_thread); |
392 | } | 393 | } |
393 | if (conn->tx_thread && conn->tx_thread_active) { | 394 | if (conn->tx_thread && conn->tx_thread_active) { |