diff options
author | David Disseldorp <ddiss@suse.de> | 2025-03-18 15:07:11 +1100 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-03-18 15:13:58 +0100 |
commit | 0054b437c0ec5732851e37590c56d920319f58ad (patch) | |
tree | 8f00367f1733a5969118cbba352240a93ca72d99 | |
parent | 6d52f1393380d614a8a37762142e5c39f13d6e11 (diff) |
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 <ddiss@suse.de>
Link: https://lore.kernel.org/r/20250318040711.20683-1-ddiss@suse.de
Signed-off-by: Christian Brauner <brauner@kernel.org>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
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 <chuck.lever@oracle.com> |