diff options
author | Tejun Heo <htejun@gmail.com> | 2006-05-15 08:03:41 -0400 |
---|---|---|
committer | Tejun Heo <htejun@gmail.com> | 2006-05-15 08:03:41 -0400 |
commit | 6cec4a3943bdfe46e2952bc246f17670f747be8d (patch) | |
tree | 46fa642814683174b6da21c992ef6f672cec3ab5 /include/linux/libata.h | |
parent | 2115ea94a2d11fbd228b049e667ec2d3e91ca371 (diff) |
[PATCH] libata-ncq: rename ap->qactive to ap->qc_allocated
Rename ap->qactive to ap->qc_allocated. This is to accomodate
addition of ap->qc_active, mask of active qcs.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 7c9e280a4829..b3a4f8bea828 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -474,7 +474,7 @@ struct ata_port { | |||
474 | struct ata_device device[ATA_MAX_DEVICES]; | 474 | struct ata_device device[ATA_MAX_DEVICES]; |
475 | 475 | ||
476 | struct ata_queued_cmd qcmd[ATA_MAX_QUEUE]; | 476 | struct ata_queued_cmd qcmd[ATA_MAX_QUEUE]; |
477 | unsigned long qactive; | 477 | unsigned long qc_allocated; |
478 | unsigned int active_tag; | 478 | unsigned int active_tag; |
479 | 479 | ||
480 | struct ata_host_stats stats; | 480 | struct ata_host_stats stats; |