X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=include%2Flinux%2Fefi.h;h=9bf2f1fcae27789e54336f053fecabe4655b1fbd;hb=024e4ec1856d57bb78c06ec903d29dcf716f5f47;hp=7a9498ab3c2d10dedf8af5c5dae3b2fd56753684;hpb=850cb82b754c931c570c9cb7f10c9f2181bac617;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/include/linux/efi.h b/include/linux/efi.h index 7a9498ab3c2d..9bf2f1fcae27 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h @@ -740,7 +740,8 @@ struct efivars { * 1) ->list - adds, removals, reads, writes * 2) ops.[gs]et_variable() calls. * It must not be held when creating sysfs entries or calling kmalloc. - * ops.get_next_variable() is only called from register_efivars(), + * ops.get_next_variable() is only called from register_efivars() + * or efivar_update_sysfs_entries(), * which is protected by the BKL, so that path is safe. */ spinlock_t lock;