All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: pm80xx: Remove list entry from pm8001_ccb_info
@ 2021-03-01 18:18 Igor Pylypiv
  2021-03-04  8:12 ` Jinpu Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Igor Pylypiv @ 2021-03-01 18:18 UTC (permalink / raw)
  To: Jack Wang, James E.J. Bottomley, Martin K. Petersen
  Cc: Vishakha Channapattan, Akshat Jain, Jolly Shah, linux-scsi, Igor Pylypiv

List entry is not used.

Signed-off-by: Igor Pylypiv <ipylypiv@google.com>
---
 drivers/scsi/pm8001/pm8001_sas.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/pm8001/pm8001_sas.h b/drivers/scsi/pm8001/pm8001_sas.h
index 039ed91e9841..9ae9f1e61b54 100644
--- a/drivers/scsi/pm8001/pm8001_sas.h
+++ b/drivers/scsi/pm8001/pm8001_sas.h
@@ -281,7 +281,6 @@ struct pm8001_prd {
  * CCB(Command Control Block)
  */
 struct pm8001_ccb_info {
-	struct list_head	entry;
 	struct sas_task		*task;
 	u32			n_elem;
 	u32			ccb_tag;
-- 
2.30.1.766.gb4fecdf3b7-goog


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

* Re: [PATCH] scsi: pm80xx: Remove list entry from pm8001_ccb_info
  2021-03-01 18:18 [PATCH] scsi: pm80xx: Remove list entry from pm8001_ccb_info Igor Pylypiv
@ 2021-03-04  8:12 ` Jinpu Wang
  2021-03-10  2:47 ` Martin K. Petersen
  2021-03-16  3:14 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Jinpu Wang @ 2021-03-04  8:12 UTC (permalink / raw)
  To: Igor Pylypiv
  Cc: James E.J. Bottomley, Martin K. Petersen, Vishakha Channapattan,
	Akshat Jain, Jolly Shah, Linux SCSI Mailinglist

On Mon, Mar 1, 2021 at 7:19 PM Igor Pylypiv <ipylypiv@google.com> wrote:
>
> List entry is not used.
>
> Signed-off-by: Igor Pylypiv <ipylypiv@google.com>
Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com>
> ---
>  drivers/scsi/pm8001/pm8001_sas.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/scsi/pm8001/pm8001_sas.h b/drivers/scsi/pm8001/pm8001_sas.h
> index 039ed91e9841..9ae9f1e61b54 100644
> --- a/drivers/scsi/pm8001/pm8001_sas.h
> +++ b/drivers/scsi/pm8001/pm8001_sas.h
> @@ -281,7 +281,6 @@ struct pm8001_prd {
>   * CCB(Command Control Block)
>   */
>  struct pm8001_ccb_info {
> -       struct list_head        entry;
>         struct sas_task         *task;
>         u32                     n_elem;
>         u32                     ccb_tag;
> --
> 2.30.1.766.gb4fecdf3b7-goog
>

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

* Re: [PATCH] scsi: pm80xx: Remove list entry from pm8001_ccb_info
  2021-03-01 18:18 [PATCH] scsi: pm80xx: Remove list entry from pm8001_ccb_info Igor Pylypiv
  2021-03-04  8:12 ` Jinpu Wang
@ 2021-03-10  2:47 ` Martin K. Petersen
  2021-03-16  3:14 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2021-03-10  2:47 UTC (permalink / raw)
  To: Igor Pylypiv
  Cc: Jack Wang, James E.J. Bottomley, Martin K. Petersen,
	Vishakha Channapattan, Akshat Jain, Jolly Shah, linux-scsi


Igor,

> List entry is not used.

Applied to 5.13/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH] scsi: pm80xx: Remove list entry from pm8001_ccb_info
  2021-03-01 18:18 [PATCH] scsi: pm80xx: Remove list entry from pm8001_ccb_info Igor Pylypiv
  2021-03-04  8:12 ` Jinpu Wang
  2021-03-10  2:47 ` Martin K. Petersen
@ 2021-03-16  3:14 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2021-03-16  3:14 UTC (permalink / raw)
  To: Igor Pylypiv, Jack Wang, James E.J. Bottomley
  Cc: Martin K . Petersen, linux-scsi, Akshat Jain,
	Vishakha Channapattan, Jolly Shah

On Mon, 1 Mar 2021 10:18:47 -0800, Igor Pylypiv wrote:

> List entry is not used.

Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: pm80xx: Remove list entry from pm8001_ccb_info
      https://git.kernel.org/mkp/scsi/c/5b1be37f773b

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2021-03-16  3:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01 18:18 [PATCH] scsi: pm80xx: Remove list entry from pm8001_ccb_info Igor Pylypiv
2021-03-04  8:12 ` Jinpu Wang
2021-03-10  2:47 ` Martin K. Petersen
2021-03-16  3:14 ` 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.