Bagas Sanjaya <bagasdotme@xxxxxxxxx> writes: > Documentation for GFS2 is scattered in three docs that are in > Documentation/filesystems/ directory. As these docs are standing out as > a group, move them into separate gfs2/ subdirectory. > > Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx> > --- > Changes since v2 [1]: > > * Do not use wildcard on MAINTAINERS file entry and add review tag (Randy) > > [1]: https://lore.kernel.org/linux-doc/20250827022122.12132-1-bagasdotme@xxxxxxxxx/ > > .../filesystems/{gfs2-glocks.rst => gfs2/glocks.rst} | 0 > Documentation/filesystems/gfs2/index.rst | 12 ++++++++++++ > .../filesystems/{gfs2.rst => gfs2/overview.rst} | 6 +++--- > .../{gfs2-uevents.rst => gfs2/uevents.rst} | 0 > Documentation/filesystems/index.rst | 4 +--- > MAINTAINERS | 2 +- > 6 files changed, 17 insertions(+), 7 deletions(-) > rename Documentation/filesystems/{gfs2-glocks.rst => gfs2/glocks.rst} (100%) > create mode 100644 Documentation/filesystems/gfs2/index.rst > rename Documentation/filesystems/{gfs2.rst => gfs2/overview.rst} (96%) > rename Documentation/filesystems/{gfs2-uevents.rst => gfs2/uevents.rst} (100%) I'm not sure which tree this is meant to go through ... I do have one suggestion: the changes seem good as far as I go, but I would have made gfs2.rst into the new index.rst and avoided creating an essentially no-content file there. Thanks, jon