commit | b5b7fe64d6ba785f2468795b107130c181e15714 | [log] [tgz] |
---|---|---|
author | Mukesh Kumar Chaurasiya <mchauras@linux.vnet.ibm.com> | Mon Apr 03 15:39:18 2023 +0530 |
committer | Daniel Kiper <daniel.kiper@oracle.com> | Thu Apr 13 15:04:33 2023 +0200 |
tree | 7cbb726a32c43446b4d026d347e3bedd82a6b1ee | |
parent | 3c6bebf9bb3a3a1b5dc8f14e5fed2ba7bf9daa59 [diff] |
disk: Replace transform_sector() function with grub_disk_to_native_sector() The transform_sector() function is not very clear in what it's doing and confusing. The GRUB already has a function which is doing the same thing in a very self explanatory way, i.e., grub_disk_to_native_sector(). So, it's much better to use self explanatory one than transform_sector(). Signed-off-by: Mukesh Kumar Chaurasiya <mchauras@linux.vnet.ibm.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>