diff options
author | Amir Goldstein <[email protected]> | 2023-10-26 23:55:53 +0300 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2023-11-07 15:06:01 +0100 |
commit | 4ad714df58e646d4b2a454a7dface8ff903911c4 (patch) | |
tree | 276608594ed363878c7619f6765dda514ae4fa19 | |
parent | d9e5d9221d7f82a2736f091bbc5b54ab8d6ef701 (diff) |
MAINTAINERS: create an entry for exportfs
Split the exportfs entry from the nfsd entry and add myself as reviewer.
Suggested-by: Chuck Lever <[email protected]>
Acked-by: Chuck Lever <[email protected]>
Acked-by: Jeff Layton <[email protected]>
Signed-off-by: Amir Goldstein <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christian Brauner <[email protected]>
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2894f0777537..a194e6b0bcd1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8051,6 +8051,18 @@ F: include/linux/fs_types.h F: include/uapi/linux/fs.h F: include/uapi/linux/openat2.h +FILESYSTEMS [EXPORTFS] +M: Chuck Lever <[email protected]> +M: Jeff Layton <[email protected]> +R: Amir Goldstein <[email protected]> +S: Supported +F: Documentation/filesystems/nfs/exporting.rst +F: fs/exportfs/ +F: fs/fhandle.c +F: include/linux/exportfs.h + FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER M: Riku Voipio <[email protected]> @@ -11420,7 +11432,6 @@ S: Supported W: http://nfs.sourceforge.net/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git F: Documentation/filesystems/nfs/ -F: fs/exportfs/ F: fs/lockd/ F: fs/nfs_common/ F: fs/nfsd/ |