alistair23-linux/fs/efivarfs
Mathias Krause af5a29aee4 efivarfs: Allow unloading when build as module
There is no need to keep the module loaded when it serves no function in
case the EFI runtime services are disabled. Return an error in this case
so loading the module will fail.

Also supply a module_exit function to allow unloading the module.

Last, but not least, set the owner of the file_system_type struct.

Cc: Jeremy Kerr <jk@ozlabs.org>
Cc: Matthew Garrett <matthew.garrett@nebula.com>
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
2014-11-11 22:22:27 +00:00
..
file.c efivarfs: 'efivarfs_file_write' function reorganization 2014-03-04 16:16:16 +00:00
inode.c efivarfs: we can use simple_lookup() now 2013-07-14 17:48:35 +04:00
internal.h
Kconfig efi: split efisubsystem from efivars 2013-04-17 13:27:06 +01:00
Makefile
super.c efivarfs: Allow unloading when build as module 2014-11-11 22:22:27 +00:00