From 0054b437c0ec5732851e37590c56d920319f58ad Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Tue, 18 Mar 2025 15:07:11 +1100 Subject: [PATCH] MAINTAINERS: append initramfs files to the VFS section At the moment it's a little unclear where initramfs patches should be sent. This should see them end up on the linux-fsdevel mailing list. Signed-off-by: David Disseldorp Link: https://lore.kernel.org/r/20250318040711.20683-1-ddiss@suse.de Signed-off-by: Christian Brauner --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 896a307fa065..6d70925f27c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8896,6 +8896,9 @@ F: include/linux/fs.h F: include/linux/fs_types.h F: include/uapi/linux/fs.h F: include/uapi/linux/openat2.h +F: Documentation/driver-api/early-userspace/buffer-format.rst +F: init/do_mounts* +F: init/*initramfs* FILESYSTEMS [EXPORTFS] M: Chuck Lever -- 2.50.1