Re: [PATCH v2 08/10] cryptodisk: Rename total_length field in grub_cryptodisk_t to total_sectors.

2020-10-09 Thread Patrick Steinhardt
On Sat, Oct 03, 2020 at 05:55:32PM -0500, Glenn Washburn wrote: > This makes the creates an alignment with grub_disk_t naming of the same > field and is more intuitive as to how it should be used. > Signed-off-by: Glenn Washburn > --- There's something off with the commit message here. Other

[PATCH v2 08/10] cryptodisk: Rename total_length field in grub_cryptodisk_t to total_sectors.

2020-10-03 Thread Glenn Washburn
This makes the creates an alignment with grub_disk_t naming of the same field and is more intuitive as to how it should be used. Signed-off-by: Glenn Washburn --- grub-core/disk/cryptodisk.c | 2 +- grub-core/disk/geli.c | 2 +- grub-core/disk/luks.c | 2 +- grub-core/disk/luks2.c