diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-02-27 13:21:06 +0300 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-03-27 00:49:49 +0300 |
commit | 073900bdb4e34109a647c7cb871856a771634460 (patch) | |
tree | ba3f0af323fdf659f088da43780d07de4cb1c6de /drivers/target/iscsi/Makefile | |
parent | 88dcd2dab5c23b1c9cfc396246d8f476c872f0ca (diff) | |
download | linux-073900bdb4e34109a647c7cb871856a771634460.tar.xz |
iscsi-target: Drop legacy iscsi_target_tq.c logic
Now that iscsi_conn allocates new [rx,tx] threads using kthread.h
primitives on the fly, and kthread_stop() is called directly during
connection shutdown, it's time to go ahead and drop iscsi_target_tq.c
legacy code.
The use of multiple struct completion in iscsi_activate_thread_set()
has been proven to cause issues during repeated iser login/logout.
Tested-by: Sagi Grimberg <sagig@mellanox.com>
Cc: Slava Shwartsman <valyushash@gmail.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/iscsi/Makefile')
-rw-r--r-- | drivers/target/iscsi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/iscsi/Makefile b/drivers/target/iscsi/Makefile index 13a92403fe3e..0f43be9c3453 100644 --- a/drivers/target/iscsi/Makefile +++ b/drivers/target/iscsi/Makefile @@ -1,6 +1,5 @@ iscsi_target_mod-y += iscsi_target_parameters.o \ iscsi_target_seq_pdu_list.o \ - iscsi_target_tq.o \ iscsi_target_auth.o \ iscsi_target_datain_values.o \ iscsi_target_device.o \ |