commit | bd056d7eeb55d696556ee4f5ee2acb67b2d16df4 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue Nov 14 22:47:10 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Sun Dec 03 17:56:24 2006 +0900 |
tree | f6ca604abc43d73d42354d977f1bcedd262dbcda | |
parent | 2432697ba0ce312d60be5009ffe1fa054a761bb9 [diff] |
[PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf() Separate out rw ATA taskfile building from ata_scsi_rw_xlat() into ata_build_rw_tf(). This will be used to improve media error handling. Signed-off-by: Tejun Heo <htejun@gmail.com>