diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2023-01-19 19:42:53 +0300 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2023-01-26 23:32:01 +0300 |
commit | 301de9a2055357375a4e1053d9df0f8f3467ff00 (patch) | |
tree | 06623cf2162f32d6008d6323d99886a2d5655036 /tools/perf/scripts/python/stackcollapse.py | |
parent | beeb107c5b354f4eaea17a9bca6ca8762f60effc (diff) | |
download | linux-301de9a2055357375a4e1053d9df0f8f3467ff00.tar.xz |
efivarfs: always register filesystem
The efivar ops are typically registered at subsys init time so that
they are available when efivarfs is registered at module init time.
Other efivars implementations, such as Google SMI, exist and can
currently be built as modules which means that efivar may not be
available when efivarfs is initialised.
Move the efivar availability check from module init to when the
filesystem is mounted to allow late registration of efivars.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions