diff mbox series

libata: drop 'sas_last_tag'

Message ID 20220525114942.92934-1-hare@suse.de
State New
Headers show
Series libata: drop 'sas_last_tag' | expand

Commit Message

Hannes Reinecke May 25, 2022, 11:49 a.m. UTC
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(-)

Comments

John Garry May 25, 2022, 12:03 p.m. UTC | #1
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>
Damien Le Moal June 1, 2022, 6:40 a.m. UTC | #2
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 !
diff mbox series

Patch

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() */