Add maintainer entry for the newly introduced 9P filesystem subsystem, including the protocol core, vfs integration, and virtio transport driver.
Signed-off-by: Kuan-Wei Chiu <[email protected]> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f4eb2c13a43..2deb6b37420 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -50,6 +50,14 @@ so much easier [Ed] Maintainers List (try to look for most precise areas first) ----------------------------------- +9PFS +M: Kuan-Wei Chiu <[email protected]> +S: Maintained +F: drivers/virtio/virtio_9p.c +F: fs/9p/ +F: include/9p.h +F: net/9p/ + ACPI M: Simon Glass <[email protected]> S: Maintained -- 2.55.0.rc2.803.g1fd1e6609c-goog

