aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAlbert Lee <albertcc@tw.ibm.com>2005-11-01 19:24:49 +0800
committerJeff Garzik <jgarzik@pobox.com>2005-11-09 01:22:19 -0500
commite27486db89ef04d5df1727c52362fa3d50cff241 (patch)
treecd78598ac47f541f51b5d729ea9cf31bdfa10e56 /include/linux
parent467b16d4bebe8d251ca974eaa5da50b315206e9d (diff)
downloadkernel_samsung_crespo-e27486db89ef04d5df1727c52362fa3d50cff241.zip
kernel_samsung_crespo-e27486db89ef04d5df1727c52362fa3d50cff241.tar.gz
kernel_samsung_crespo-e27486db89ef04d5df1727c52362fa3d50cff241.tar.bz2
[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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index ad0451d..70ae140 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;