Re: [PATCH v3 09/10] cryptodisk: Rename offset in grub_cryptodisk_t to offset_sectors.

2020-10-27 Thread Daniel Kiper
On Fri, Oct 23, 2020 at 07:58:13PM +0200, Patrick Steinhardt wrote: > On Mon, Oct 19, 2020 at 06:09:57PM -0500, Glenn Washburn wrote: > > This makes it clear that the offset represents sectors, not bytes, in order > > to improve readability. > > > > Signed-off-by: Glenn Washburn > > Reviewed-by:

Re: [PATCH v3 09/10] cryptodisk: Rename offset in grub_cryptodisk_t to offset_sectors.

2020-10-23 Thread Patrick Steinhardt
On Mon, Oct 19, 2020 at 06:09:57PM -0500, Glenn Washburn wrote: > This makes it clear that the offset represents sectors, not bytes, in order > to improve readability. > > Signed-off-by: Glenn Washburn Reviewed-by: Patrick Steinhardt Patrick > --- > grub-core/disk/cryptodisk.c | 10

[PATCH v3 09/10] cryptodisk: Rename offset in grub_cryptodisk_t to offset_sectors.

2020-10-19 Thread Glenn Washburn
This makes it clear that the offset represents sectors, not bytes, in order to improve readability. Signed-off-by: Glenn Washburn --- grub-core/disk/cryptodisk.c | 10 +- grub-core/disk/geli.c | 2 +- grub-core/disk/luks.c | 4 ++-- grub-core/disk/luks2.c | 4 ++--