commit | c91af2c87e4048cdefcfc9f16fed8d728243c92d | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Sun Apr 02 18:51:53 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Sun Apr 02 10:09:20 2006 -0400 |
tree | 346a50bed1b05bd144d755ba4281186877a432db | |
parent | 2719736779da2c7fbb17d3de16c817b429bfeb9c [diff] |
[PATCH] libata: pass qc around intead of ap during PIO The current code passes pointer to ap around and repeatedly performs ata_qc_from_tag() to access the ongoing qc. This is unnatural and makes EH synchronization cumbersome. Make PIO codes deal with qc instead of ap. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>