On Tue, Sep 19, 2023 at 10:15:21PM +0100, Matthew Wilcox wrote: > On Wed, Sep 20, 2023 at 07:03:36AM +1000, Dave Chinner wrote: > > [cc linux-xfs@xxxxxxxxxxxxxxx] > > > > Hi Charles, > > > > For future reference, can you CC the XFS list on XFS documentation > > changes please? That's much preferable to sending patches to random > > developers and hoping they notice it.... > > > > On Mon, Sep 18, 2023 at 03:19:05PM +0800, Charles Han wrote: > > > Remove the repeated word "the" in comments. > > > > > > Signed-off-by: Charles Han <hanchunchao@xxxxxxxxxx> > > > --- > > > Documentation/filesystems/xfs-online-fsck-design.rst | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/Documentation/filesystems/xfs-online-fsck-design.rst b/Documentation/filesystems/xfs-online-fsck-design.rst > > To be fair, this new file isn't listed in MAINTAINERS, so > scripts/get_maintainer.pl doesn't know about it. May I > suggest the attached patch? > From e0eb2f0d1425e6a5dae23c983eb793afa5d040c1 Mon Sep 17 00:00:00 2001 > From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> > Date: Tue, 19 Sep 2023 17:12:45 -0400 > Subject: [PATCH] XFS: Update MAINTAINERS to catch all XFS documentation > > Assumes that all XFS documentation will be prefixed with xfs-, which > seems like a good policy anyway. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> LGTM, Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> --D > --- > MAINTAINERS | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bf0f54c24f81..3554195022ee 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -23640,8 +23640,7 @@ T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git > P: Documentation/filesystems/xfs-maintainer-entry-profile.rst > F: Documentation/ABI/testing/sysfs-fs-xfs > F: Documentation/admin-guide/xfs.rst > -F: Documentation/filesystems/xfs-delayed-logging-design.rst > -F: Documentation/filesystems/xfs-self-describing-metadata.rst > +F: Documentation/filesystems/xfs-* > F: fs/xfs/ > F: include/uapi/linux/dqblk_xfs.h > F: include/uapi/linux/fsmap.h > -- > 2.40.1 >