Skip to content

Commit 0d90aee

Browse files
Dr. David Alan Gilbertmartinkpetersen
authored andcommitted
scsi: iscsi: Remove unused list 'connlist_err'
I think the last use of this list was removed by commit 23d6fef ("scsi: iscsi: Fix in-kernel conn failure handling"). Build tested only. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Mike Christie <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 0d9a1ec commit 0d90aee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/scsi/scsi_transport_iscsi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,6 @@ static DEFINE_MUTEX(rx_queue_mutex);
16051605
static LIST_HEAD(sesslist);
16061606
static DEFINE_SPINLOCK(sesslock);
16071607
static LIST_HEAD(connlist);
1608-
static LIST_HEAD(connlist_err);
16091608
static DEFINE_SPINLOCK(connlock);
16101609

16111610
static uint32_t iscsi_conn_get_sid(struct iscsi_cls_conn *conn)

0 commit comments

Comments
 (0)