Skip to content
Commit bbc6d2c6 authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

efi: vars: Switch to new wrapper layer



Switch the caching linked-list efivars layer implementation to the newly
introduced efivar get/set variable wrappers, instead of accessing the
lock and the ops pointer directly. This will permit us to move this code
out of the public efivars API, and into efivarfs once the obsolete sysfs
access method is finally removed.

Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent 0f5b2c69
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment