Skip to content

Commit a734510

Browse files
hreineckeDamien Le Moal
authored andcommitted
ata: libata: drop 'sas_last_tag'
Unused now. Fixes: 4f1a22e ("libata: Improve ATA queued command allocation") Cc: John Garry <john.garry@huawei.com> Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: John Garry <john.garry@huawei.com> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
1 parent f2906aa commit a734510

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/linux/libata.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@ struct ata_port {
822822
struct ata_queued_cmd qcmd[ATA_MAX_QUEUE + 1];
823823
u64 qc_active;
824824
int nr_active_links; /* #links with active qcs */
825-
unsigned int sas_last_tag; /* track next tag hw expects */
826825

827826
struct ata_link link; /* host default link */
828827
struct ata_link *slave_link; /* see ata_slave_link_init() */

0 commit comments

Comments
 (0)