On Wed, 2021-05-12 at 13:08 -0700, Bart Van Assche wrote: > Hi Martin, > > This patch series renames scsi_get_lba() into scsi_get_pos(). The > name of scsi_get_lba() is confusing since it does not return an LBA > but instead the start offset divided by 512. OK, I'll bite: given the logical block size for all drives is 512 why is logical block address not the start offset in bytes divided by 512? James