• Ard Biesheuvel's avatar
    efi: vars: Switch to new wrapper layer · bbc6d2c6
    Ard Biesheuvel authored
    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>
    bbc6d2c6
vars.c 24.8 KB