diff options
author | Albert Lee <albertcc@tw.ibm.com> | 2005-11-01 19:24:49 +0800 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 01:22:19 -0500 |
commit | e27486db89ef04d5df1727c52362fa3d50cff241 (patch) | |
tree | cd78598ac47f541f51b5d729ea9cf31bdfa10e56 /include/linux/libata.h | |
parent | 467b16d4bebe8d251ca974eaa5da50b315206e9d (diff) | |
download | blackbird-op-linux-e27486db89ef04d5df1727c52362fa3d50cff241.tar.gz blackbird-op-linux-e27486db89ef04d5df1727c52362fa3d50cff241.zip |
[PATCH] libata irq-pio: merge the ata_dataout_task workqueue with ata_pio_task workqueue
- remove ap->dataout_task from struct ata_port
- let ata_pio_task() handle the HSM_ST_FIRST state.
- rename ata_dataout_task() to ata_pio_first_block()
- replace the ata_dataout_task workqueue with ata_pio_task workqueue
Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
========
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index ad0451dfee15..70ae140dbf23 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -346,8 +346,6 @@ struct ata_port { struct ata_host_stats stats; struct ata_host_set *host_set; - struct work_struct dataout_task; - struct work_struct pio_task; unsigned int hsm_task_state; unsigned long pio_task_timeout; |