Skip to content

Commit

Permalink
scsi: target: iscsi: Remove unused transport_timer
Browse files Browse the repository at this point in the history
Signed-off-by: Maurizio Lombardi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Mike Christie <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
  • Loading branch information
maurizio-lombardi authored and martinkpetersen committed May 22, 2023
1 parent 1324701 commit 98a8c2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/target/iscsi/iscsi_target_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ struct iscsit_conn {
struct iscsi_login *login;
struct timer_list nopin_timer;
struct timer_list nopin_response_timer;
struct timer_list transport_timer;
struct timer_list login_timer;
struct task_struct *login_kworker;
/* Spinlock used for add/deleting cmd's from conn_cmd_list */
Expand Down

0 comments on commit 98a8c2b

Please sign in to comment.