diff options
| author | Albert Lee <albertcc@tw.ibm.com> | 2005-11-01 06:24:49 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 01:22:19 -0500 |
| commit | e27486db89ef04d5df1727c52362fa3d50cff241 (patch) | |
| tree | cd78598ac47f541f51b5d729ea9cf31bdfa10e56 /include/linux | |
| parent | 467b16d4bebe8d251ca974eaa5da50b315206e9d (diff) | |
[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')
| -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 { | |||
| 346 | struct ata_host_stats stats; | 346 | struct ata_host_stats stats; |
| 347 | struct ata_host_set *host_set; | 347 | struct ata_host_set *host_set; |
| 348 | 348 | ||
| 349 | struct work_struct dataout_task; | ||
| 350 | |||
| 351 | struct work_struct pio_task; | 349 | struct work_struct pio_task; |
| 352 | unsigned int hsm_task_state; | 350 | unsigned int hsm_task_state; |
| 353 | unsigned long pio_task_timeout; | 351 | unsigned long pio_task_timeout; |
