Update MAINTAINERS to reflect that fs/iomap.c file was splitted into separate files in fs/iomap/
Cc: Darrick J. Wong <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: [email protected] Fixes: cb7181ff4b1c ("iomap: move the main iteration code into a separate file") Signed-off-by: Denis Efremov <[email protected]> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3ec8154e4630..29514fc19b01 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8415,7 +8415,6 @@ L: [email protected] L: [email protected] T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git S: Supported -F: fs/iomap.c F: fs/iomap/ F: include/linux/iomap.h -- 2.21.0

