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 <mlombard@redhat.com>
Link: https://lore.kernel.org/r/20230508162219.1731964-3-mlombard@redhat.com
Reviewed-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Maurizio Lombardi authored and Martin K. Petersen 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.