[PATCH] libata irq-pio: merge the ata_dataout_task workqueue with ata_pio_task workqueue
authorAlbert Lee <albertcc@tw.ibm.com>
Tue, 1 Nov 2005 11:24:49 +0000 (19:24 +0800)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 9 Nov 2005 06:22:19 +0000 (01:22 -0500)
commite27486db89ef04d5df1727c52362fa3d50cff241
treecd78598ac47f541f51b5d729ea9cf31bdfa10e56
parent467b16d4bebe8d251ca974eaa5da50b315206e9d
[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>
drivers/scsi/libata-core.c
include/linux/libata.h