All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libata: drop 'sas_last_tag'
@ 2022-05-25 11:49 Hannes Reinecke
  2022-05-25 12:03 ` John Garry
  2022-06-01  6:40 ` Damien Le Moal
  0 siblings, 2 replies; 3+ messages in thread
From: Hannes Reinecke @ 2022-05-25 11:49 UTC (permalink / raw)
  To: Damien LeMoal; +Cc: linux-ide, Hannes Reinecke, John Garry

Unused now.

Fixes: 4f1a22ee7b57 ("libata: Improve ATA queued command allocation")

Cc: John Garry <john.garry@huawei.com>
Signed-off-by: Hannes Reinecke <hare@suse.de>
---
 include/linux/libata.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/libata.h b/include/linux/libata.h
index 732de9014626..0f2a59c9c735 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -822,7 +822,6 @@ struct ata_port {
 	struct ata_queued_cmd	qcmd[ATA_MAX_QUEUE + 1];
 	u64			qc_active;
 	int			nr_active_links; /* #links with active qcs */
-	unsigned int		sas_last_tag;	/* track next tag hw expects */
 
 	struct ata_link		link;		/* host default link */
 	struct ata_link		*slave_link;	/* see ata_slave_link_init() */
-- 
2.29.2


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

* Re: [PATCH] libata: drop 'sas_last_tag'
  2022-05-25 11:49 [PATCH] libata: drop 'sas_last_tag' Hannes Reinecke
@ 2022-05-25 12:03 ` John Garry
  2022-06-01  6:40 ` Damien Le Moal
  1 sibling, 0 replies; 3+ messages in thread
From: John Garry @ 2022-05-25 12:03 UTC (permalink / raw)
  To: Hannes Reinecke, Damien LeMoal; +Cc: linux-ide

On 25/05/2022 12:49, Hannes Reinecke wrote:
> Unused now.
> 
> Fixes: 4f1a22ee7b57 ("libata: Improve ATA queued command allocation")
> 
> Cc: John Garry<john.garry@huawei.com>
> Signed-off-by: Hannes Reinecke<hare@suse.de>


Thanks,

Reviewed-by: John Garry <john.garry@huawei.com>

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

* Re: [PATCH] libata: drop 'sas_last_tag'
  2022-05-25 11:49 [PATCH] libata: drop 'sas_last_tag' Hannes Reinecke
  2022-05-25 12:03 ` John Garry
@ 2022-06-01  6:40 ` Damien Le Moal
  1 sibling, 0 replies; 3+ messages in thread
From: Damien Le Moal @ 2022-06-01  6:40 UTC (permalink / raw)
  To: Hannes Reinecke, Damien LeMoal; +Cc: linux-ide, John Garry

On 5/25/22 20:49, Hannes Reinecke wrote:
> Unused now.
> 
> Fixes: 4f1a22ee7b57 ("libata: Improve ATA queued command allocation")
> 
> Cc: John Garry <john.garry@huawei.com>
> Signed-off-by: Hannes Reinecke <hare@suse.de>
> ---
>  include/linux/libata.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/linux/libata.h b/include/linux/libata.h
> index 732de9014626..0f2a59c9c735 100644
> --- a/include/linux/libata.h
> +++ b/include/linux/libata.h
> @@ -822,7 +822,6 @@ struct ata_port {
>  	struct ata_queued_cmd	qcmd[ATA_MAX_QUEUE + 1];
>  	u64			qc_active;
>  	int			nr_active_links; /* #links with active qcs */
> -	unsigned int		sas_last_tag;	/* track next tag hw expects */
>  
>  	struct ata_link		link;		/* host default link */
>  	struct ata_link		*slave_link;	/* see ata_slave_link_init() */

Applied to for-5.19-fixes. Thanks !

-- 
Damien Le Moal
Western Digital Research

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

end of thread, other threads:[~2022-06-01  6:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25 11:49 [PATCH] libata: drop 'sas_last_tag' Hannes Reinecke
2022-05-25 12:03 ` John Garry
2022-06-01  6:40 ` Damien Le Moal

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.