Skip to content

Commit

Permalink
qla2x00t-32gbit: Remove the unused 'del_list_entry' field in struct f…
Browse files Browse the repository at this point in the history
…c_port

The 'del_list_entry' field in "struct fc_port" is unused.

The field was introduced in commit 2d70c103fd2a ("[SCSI] qla2xxx: Add LLD
target-mode infrastructure for >= 24xx series") in 2012-05 and the last
user was removed in commit 726b85487067 ("qla2xxx: Add framework for async
fabric discovery") in 2017-02.

Remove this unused field.

Signed-off-by: Christophe JAILLET <[email protected]>
Link: https://lore.kernel.org/r/69155321ab26c1f4d473d5bb6cd44b59b9b6a020.1724094686.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Martin K. Petersen <[email protected]>
[ commit e59f43fb6477 upstream ]
  • Loading branch information
lnocturno committed Nov 7, 2024
1 parent 08a9f21 commit e95f069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qla2x00t-32gbit/qla_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,6 @@ typedef struct fc_port {
struct kref sess_kref;
struct qla_tgt *tgt;
unsigned long expires;
struct list_head del_list_entry;
struct work_struct free_work;
struct work_struct reg_work;
uint64_t jiffies_at_registration;
Expand Down

0 comments on commit e95f069

Please sign in to comment.