Re: [PATCH v3] Documentation: gfs2: Consolidate GFS2 docs into its own subdirectory
From: Andreas Gruenbacher <agruenba@redhat.com>
Date: 2025-09-10 11:25:29
Also in:
gfs2, lkml
On Wed, Sep 10, 2025 at 1:28 AM Bagas Sanjaya [off-list ref] wrote:
On Tue, Sep 09, 2025 at 01:48:56PM -0600, Jonathan Corbet wrote:quoted
Bagas Sanjaya [off-list ref] writes:quoted
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 <redacted> Signed-off-by: Bagas Sanjaya <redacted> --- 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@gmail.com/ (local) .../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 ...There's linux-gfs2 tree (see MAINTAINERS)
Sure, I can take it. Can you please send your v4 patch to gfs2@lists.linux.dev? Thanks, Andreas