diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2017-06-02 23:33:56 -0700 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2017-07-06 22:58:04 -0700 |
commit | 03db016a1bf2d35f41c08aad2ca4f4f18eeda4be (patch) | |
tree | e9cfe74d562cd3206a70c421d4888c8ff7fa0e78 /include/target | |
parent | af90e84d1f535827f4c593436a807b1efa9f6f2b (diff) | |
download | linux-stable-03db016a1bf2d35f41c08aad2ca4f4f18eeda4be.tar.gz linux-stable-03db016a1bf2d35f41c08aad2ca4f4f18eeda4be.tar.bz2 linux-stable-03db016a1bf2d35f41c08aad2ca4f4f18eeda4be.zip |
iscsi-target: Kill left-over iscsi_target_do_cleanup
With commit 25cdda95fda7 in place to address the initial login
PDU asynchronous socket close OOPs, go ahead and kill off the
left-over iscsi_target_do_cleanup() and ->login_cleanup_work.
Reported-by: Mike Christie <mchristi@redhat.com>
Cc: Mike Christie <mchristi@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/iscsi/iscsi_target_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/iscsi/iscsi_target_core.h b/include/target/iscsi/iscsi_target_core.h index 5f17fb770477..7948fc68286b 100644 --- a/include/target/iscsi/iscsi_target_core.h +++ b/include/target/iscsi/iscsi_target_core.h @@ -560,7 +560,6 @@ struct iscsi_conn { #define LOGIN_FLAGS_INITIAL_PDU 8 unsigned long login_flags; struct delayed_work login_work; - struct delayed_work login_cleanup_work; struct iscsi_login *login; struct timer_list nopin_timer; struct timer_list nopin_response_timer; |