提交 a734510f 编写于 作者: H Hannes Reinecke 提交者: Damien Le Moal

ata: libata: drop 'sas_last_tag'

Unused now.

Fixes: 4f1a22ee ("libata: Improve ATA queued command allocation")
Cc: John Garry <john.garry@huawei.com>
Signed-off-by: NHannes Reinecke <hare@suse.de>
Reviewed-by: NJohn Garry <john.garry@huawei.com>
Signed-off-by: NDamien Le Moal <damien.lemoal@opensource.wdc.com>
上级 f2906aa8
...@@ -822,7 +822,6 @@ struct ata_port { ...@@ -822,7 +822,6 @@ struct ata_port {
struct ata_queued_cmd qcmd[ATA_MAX_QUEUE + 1]; struct ata_queued_cmd qcmd[ATA_MAX_QUEUE + 1];
u64 qc_active; u64 qc_active;
int nr_active_links; /* #links with active qcs */ 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 link; /* host default link */
struct ata_link *slave_link; /* see ata_slave_link_init() */ struct ata_link *slave_link; /* see ata_slave_link_init() */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册