-
- Downloads
efivarfs: Move to fs/efivarfs
Now that efivarfs uses the efivar API, move it out of efivars.c and into fs/efivarfs where it belongs. This move will eventually allow us to enable the efivarfs code without having to also enable CONFIG_EFI_VARS built, and vice versa. Furthermore, things like, mount -t efivarfs none /sys/firmware/efi/efivars will now work if efivarfs is built as a module without requiring the use of MODULE_ALIAS(), which would have been necessary when the efivarfs code was part of efivars.c. Cc: Matthew Garrett <matthew.garrett@nebula.com> Cc: Jeremy Kerr <jk@ozlabs.org> Reviewed-by:Tom Gundersen <teg@jklm.no> Tested-by:
Tom Gundersen <teg@jklm.no> Signed-off-by:
Matt Fleming <matt.fleming@intel.com>
Showing
- MAINTAINERS 9 additions, 0 deletionsMAINTAINERS
- drivers/firmware/efivars.c 0 additions, 496 deletionsdrivers/firmware/efivars.c
- fs/Kconfig 1 addition, 0 deletionsfs/Kconfig
- fs/Makefile 1 addition, 0 deletionsfs/Makefile
- fs/efivarfs/Kconfig 12 additions, 0 deletionsfs/efivarfs/Kconfig
- fs/efivarfs/Makefile 7 additions, 0 deletionsfs/efivarfs/Makefile
- fs/efivarfs/file.c 111 additions, 0 deletionsfs/efivarfs/file.c
- fs/efivarfs/inode.c 173 additions, 0 deletionsfs/efivarfs/inode.c
- fs/efivarfs/internal.h 22 additions, 0 deletionsfs/efivarfs/internal.h
- fs/efivarfs/super.c 267 additions, 0 deletionsfs/efivarfs/super.c
Loading
Please register or sign in to comment