aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2022-06-21 15:54:53 +0200
committerArd Biesheuvel <ardb@kernel.org>2022-06-24 20:40:19 +0200
commit5ac941367a6f85777ef34ec15d60e17ea8e446d4 (patch)
tree4c29f8ce919b5e1ba909b8ddd5227ae1d46d4572 /arch
parentefi: vars: Use locking version to iterate over efivars linked lists (diff)
downloadlinux-dev-5ac941367a6f85777ef34ec15d60e17ea8e446d4.tar.xz
linux-dev-5ac941367a6f85777ef34ec15d60e17ea8e446d4.zip
efi: vars: Drop __efivar_entry_iter() helper which is no longer used
__efivar_entry_iter() uses a list iterator in a dubious way, i.e., it assumes that the iteration variable always points to an object of the appropriate type, even if the list traversal exhausts the list completely, in which case it will point somewhere in the vicinity of the list's anchor instead. Fortunately, we no longer use this function so we can just get rid of it entirely. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions