diff options
author | Chuck Lever <[email protected]> | 2022-10-31 10:01:30 -0400 |
---|---|---|
committer | Chuck Lever <[email protected]> | 2022-11-28 12:54:47 -0500 |
commit | 296f3d7f419e02d676761aff06502fa005e13b52 (patch) | |
tree | 99479f0e8158e2c56dfca340e65203119cbbf6c9 | |
parent | 3f054211b29c0fa06dfdcab402c795fd7e906be1 (diff) |
MAINTAINERS: NFSD should be responsible for fs/exportfs
We recently received a patch for fs/exportfs/expfs.c, but there
isn't a subsystem maintainer listed for fs/exportfs:
Christian Brauner <[email protected]> (commit_signer:2/2=100%,authored:1/2=50%,added_lines:3/6=50%,removed_lines:2/6=33%)
Al Viro <[email protected]> (commit_signer:1/2=50%,authored:1/2=50%,added_lines:3/6=50%,removed_lines:4/6=67%)
Miklos Szeredi <[email protected]> (commit_signer:1/2=50%)
Amir Goldstein <[email protected]> (commit_signer:1/2=50%)
[email protected] (open list)
Neil says:
> Looking at recent commits, patches come in through multiple
> different trees.
> nfsd certainly has an interest in expfs.c. The only other user is
> name_to_handle/open_by_handle API.
> I see it as primarily nfsd functionality which is useful enough to
> be exported directly to user-space.
> (It was created by me when I was nfsd maintainer - does that
> count?)
Suggested-by: Neil Brown <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
Acked-by: Jeff Layton <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 69565ac0c224..50aa3ee8df38 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11134,6 +11134,7 @@ L: [email protected] S: Supported W: http://nfs.sourceforge.net/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git +F: fs/exportfs/ F: fs/lockd/ F: fs/nfs_common/ F: fs/nfsd/ |