diff options
author | Matt Fleming <matt.fleming@intel.com> | 2013-02-08 11:27:24 -0500 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2013-04-17 08:25:09 -0400 |
commit | d68772b7c83f4b518be15ae96f4827c8ed02f684 (patch) | |
tree | b3408a750976edf6e0b62bfce3e26d1c9685a907 /MAINTAINERS | |
parent | 048517722cde2595a7366d0c3c72b8b1ec142a9c (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9e4862bf9961..0855f4450e91 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2990,6 +2990,15 @@ F: arch/x86/platform/efi/* | |||
2990 | F: drivers/firmware/efivars.c | 2990 | F: drivers/firmware/efivars.c |
2991 | F: include/linux/efi*.h | 2991 | F: include/linux/efi*.h |
2992 | 2992 | ||
2993 | EFI VARIABLE FILESYSTEM | ||
2994 | M: Matthew Garrett <matthew.garrett@nebula.com> | ||
2995 | M: Jeremy Kerr <jk@ozlabs.org> | ||
2996 | M: Matt Fleming <matt.fleming@intel.com> | ||
2997 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git | ||
2998 | L: linux-efi@vger.kernel.org | ||
2999 | S: Maintained | ||
3000 | F: fs/efivarfs/ | ||
3001 | |||
2993 | EFIFB FRAMEBUFFER DRIVER | 3002 | EFIFB FRAMEBUFFER DRIVER |
2994 | L: linux-fbdev@vger.kernel.org | 3003 | L: linux-fbdev@vger.kernel.org |
2995 | M: Peter Jones <pjones@redhat.com> | 3004 | M: Peter Jones <pjones@redhat.com> |