]> git.ipfire.org Git - thirdparty/grub.git/commit
disk/lvm: Make cache_lv more generic as ignored_feature_lv
authorPatrick Plenefisch <simonpatp@gmail.com>
Wed, 14 Aug 2024 00:40:02 +0000 (20:40 -0400)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 5 Mar 2025 20:24:48 +0000 (21:24 +0100)
commit90848a1f7ce30d153d7636131d0c6a2d9fd7f242
tree7d478022c1912fa67fc30d1ac2928765bcd43cee
parent488ac8bda9a8e33cad7096e6a09eb89da84aeb85
disk/lvm: Make cache_lv more generic as ignored_feature_lv

This patch isn't necessary by itself, but when combined with subsequent
patches it enhances readability as ignored_features_lv is then used for
multiple types of extra LV's, not just cache LV's.

Signed-off-by: Patrick Plenefisch <simonpatp@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/disk/lvm.c