commit | a5987e0a1b569146ed9cfa0a8c275a21b344fcaa | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Thu Mar 27 19:14:23 2008 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Apr 17 15:44:20 2008 -0400 |
tree | 23c6f0e4ac2e521fdcb87aadf214ad8987b67b22 | |
parent | 06993d2237da45615b5a9a4dde3f344ce97ca17d [diff] |
libata: make ata_tf_to_lba[48]() generic ata_tf_to_lba[48]() currently return LBA in tf + 1 for ata_read_native_max_address(). Make them return LBA and make it global so that it can be used to read LBA off TF for other purposes. ata_read_native_max_address() now adds 1 itself. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>