]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/efi.h
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...
[karo-tx-linux.git] / include / linux / efi.h
index 7a9498ab3c2d10dedf8af5c5dae3b2fd56753684..9bf2f1fcae27789e54336f053fecabe4655b1fbd 100644 (file)
@@ -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;