diff options
author | Darrick J. Wong <[email protected]> | 2023-10-31 16:48:20 -0700 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2023-11-01 17:09:38 +0100 |
commit | 4d75fc6ceba4d154f8a9b0905c669bac6ac570c2 (patch) | |
tree | 51479e59a608ad0978f29fcfb996ab9964503983 | |
parent | ffc253263a1375a65fa6c9f62a893e9767fbebfa (diff) |
iomap: rotate maintainers
Per a discussion last week, let's improve coordination between fs/iomap/
and the rest of the VFS by shifting Christian into the role of git tree
maintainer. I'll stay on as reviewer and main developer, which will
free up some more time to clean up the code base a bit and help
filesystem maintainers port off of bufferheads and onto iomap.
Link: https://lore.kernel.org/linux-fsdevel/20231026-gehofft-vorfreude-a5079bff7373@brauner/
Signed-off-by: Darrick J. Wong <[email protected]>
Link: https://lore.kernel.org/r/20231031234820.GB1205221@frogsfrogsfrogs
Signed-off-by: Christian Brauner <[email protected]>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dd5de540ec0b..620c751df241 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10952,7 +10952,8 @@ S: Maintained F: drivers/net/ethernet/sgi/ioc3-eth.c IOMAP FILESYSTEM LIBRARY -M: Darrick J. Wong <[email protected]> +M: Christian Brauner <[email protected]> +R: Darrick J. Wong <[email protected]> S: Supported |