All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi:iscsi: Remove unused list 'connlist_err'
@ 2024-05-03 23:23 linux
  2024-05-06 20:52 ` Mike Christie
  2024-05-07  1:39 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: linux @ 2024-05-03 23:23 UTC (permalink / raw)
  To: michael.christie, James.Bottomley
  Cc: linux-kernel, open-iscsi, linux-scsi, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

I think the last use of this list was removed by
  commit 23d6fefbb3f6 ("scsi: iscsi: Fix in-kernel conn failure
handling").

Build tested only.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 drivers/scsi/scsi_transport_iscsi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c
index af3ac6346796b..123b861d2a9fb 100644
--- a/drivers/scsi/scsi_transport_iscsi.c
+++ b/drivers/scsi/scsi_transport_iscsi.c
@@ -1603,7 +1603,6 @@ static DEFINE_MUTEX(rx_queue_mutex);
 static LIST_HEAD(sesslist);
 static DEFINE_SPINLOCK(sesslock);
 static LIST_HEAD(connlist);
-static LIST_HEAD(connlist_err);
 static DEFINE_SPINLOCK(connlock);
 
 static uint32_t iscsi_conn_get_sid(struct iscsi_cls_conn *conn)
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi:iscsi: Remove unused list 'connlist_err'
  2024-05-03 23:23 [PATCH] scsi:iscsi: Remove unused list 'connlist_err' linux
@ 2024-05-06 20:52 ` Mike Christie
  2024-05-07  1:39 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Christie @ 2024-05-06 20:52 UTC (permalink / raw)
  To: linux, James.Bottomley; +Cc: linux-kernel, open-iscsi, linux-scsi

On 5/3/24 6:23 PM, linux@treblig.org wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
> 
> I think the last use of this list was removed by
>   commit 23d6fefbb3f6 ("scsi: iscsi: Fix in-kernel conn failure
> handling").
> 
> Build tested only.
> 
> Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
> ---
>  drivers/scsi/scsi_transport_iscsi.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c
> index af3ac6346796b..123b861d2a9fb 100644
> --- a/drivers/scsi/scsi_transport_iscsi.c
> +++ b/drivers/scsi/scsi_transport_iscsi.c
> @@ -1603,7 +1603,6 @@ static DEFINE_MUTEX(rx_queue_mutex);
>  static LIST_HEAD(sesslist);
>  static DEFINE_SPINLOCK(sesslock);
>  static LIST_HEAD(connlist);
> -static LIST_HEAD(connlist_err);
>  static DEFINE_SPINLOCK(connlock);
>  
>  static uint32_t iscsi_conn_get_sid(struct iscsi_cls_conn *conn)

Reviewed-by: Mike Christie <michael.christie@oracle.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi:iscsi: Remove unused list 'connlist_err'
  2024-05-03 23:23 [PATCH] scsi:iscsi: Remove unused list 'connlist_err' linux
  2024-05-06 20:52 ` Mike Christie
@ 2024-05-07  1:39 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2024-05-07  1:39 UTC (permalink / raw)
  To: linux
  Cc: michael.christie, James.Bottomley, linux-kernel, open-iscsi, linux-scsi


> I think the last use of this list was removed by
>   commit 23d6fefbb3f6 ("scsi: iscsi: Fix in-kernel conn failure
> handling").
>
> Build tested only.

Applied to 6.10/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-07  1:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-03 23:23 [PATCH] scsi:iscsi: Remove unused list 'connlist_err' linux
2024-05-06 20:52 ` Mike Christie
2024-05-07  1:39 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.