Add maintainer entry for the newly introduced 9P filesystem subsystem, including the protocol core, vfs integration, and virtio transport driver.
Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Kuan-Wei Chiu <[email protected]> --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index acaba95ed03..498fc690d0d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -50,6 +50,17 @@ so much easier [Ed] Maintainers List (try to look for most precise areas first) ----------------------------------- +9PFS +M: Kuan-Wei Chiu <[email protected]> +S: Maintained +F: doc/usage/filesystems/9p.rst +F: drivers/virtio/virtio_9p.c +F: fs/9p/ +F: include/9p.h +F: include/9pfs.h +F: net/9p/ +F: test/py/tests/test_9p.py + ACPI M: Simon Glass <[email protected]> S: Maintained -- 2.55.0.897.gb25b4bd76c-goog
