commit | 8061f5f0a04cfd2bc7aa273596ad3fcd426f8eea | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Sun Mar 05 15:29:09 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Mar 11 17:57:20 2006 -0500 |
tree | e0d9355eeb2caf99841c7692b8ad2770be0b5ea6 | |
parent | 86e45b6bd6900c4a0b3666fb18b46e215f775c4f [diff] |
[PATCH] libata: convert pio_task and packet_task to port_task Make pio_task and atapi_packet_task use port_task. atapi_packet_task() is moved upward such that it's right after ata_pio_task(). This position is more natural and makes adding prototype for ata_qc_issue_prot() unnecessary. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>