]> git.proxmox.com Git - grub2.git/commit
cryptodisk: Rename "total_length" field in grub_cryptodisk_t to "total_sectors"
authorGlenn Washburn <development@efficientek.com>
Sat, 7 Nov 2020 04:44:21 +0000 (22:44 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 20 Nov 2020 14:33:41 +0000 (15:33 +0100)
commit535998c2e021b4bc6541270163123ab7b94627cc
treec083f59188d566618d6303c655d845000cbe7df6
parentf0715577c2709a77758092c6618effed18e80946
cryptodisk: Rename "total_length" field in grub_cryptodisk_t to "total_sectors"

This 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 <development@efficientek.com>
Reviewed-by: Patrick Steinhardt <ps@pks.im>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/disk/cryptodisk.c
grub-core/disk/geli.c
grub-core/disk/luks.c
grub-core/disk/luks2.c
include/grub/cryptodisk.h