linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Documentation <linux-doc@vger.kernel.org>,
	Linux AFS <linux-afs@lists.infradead.org>,
	Linux Filesystems Development <linux-fsdevel@vger.kernel.org>
Cc: David Howells <dhowells@redhat.com>,
	Marc Dionne <marc.dionne@auristor.com>,
	Jonathan Corbet <corbet@lwn.net>,
	Damien Le Moal <dlemoal@kernel.org>,
	Naohiro Aota <naohiro.aota@wdc.com>,
	Johannes Thumshirn <jth@kernel.org>,
	Bagas Sanjaya <bagasdotme@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Dan Williams <dan.j.williams@intel.com>,
	Gerald Schaefer <gerald.schaefer@linux.ibm.com>,
	Daniel Palmer <daniel.palmer@sony.com>
Subject: [PATCH 2/5] Documentation: dax: Coalesce "See also" filesystem pointers into list
Date: Wed, 26 Nov 2025 09:55:08 +0700	[thread overview]
Message-ID: <20251126025511.25188-3-bagasdotme@gmail.com> (raw)
In-Reply-To: <20251126025511.25188-1-bagasdotme@gmail.com>

Filesystems for DAX implementation inspiration is listed in "See also"
admonitions, one for each filesystem (ext2, ext4, and xfs). Coalesce
them into a bullet list.

While at it, also link to XFS developer documentation in
Documentation/filesystems/xfs/ instead of user-facing counterpart in
Docmentation/admin-guide/xfs.rst.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 Documentation/filesystems/dax.rst | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/Documentation/filesystems/dax.rst b/Documentation/filesystems/dax.rst
index 5b283f3d1eb113..e0631d5f6251d4 100644
--- a/Documentation/filesystems/dax.rst
+++ b/Documentation/filesystems/dax.rst
@@ -234,17 +234,9 @@ exposure of uninitialized data through mmap.
 
 These filesystems may be used for inspiration:
 
-.. seealso::
-
-  ext2: see Documentation/filesystems/ext2.rst
-
-.. seealso::
-
-  xfs:  see Documentation/admin-guide/xfs.rst
-
-.. seealso::
-
-  ext4: see Documentation/filesystems/ext4/
+  * :doc:`ext2 <ext2>`
+  * :doc:`ext4 <ext4/index>`
+  * :doc:`xfs <xfs/index>`
 
 
 Handling Media Errors
-- 
An old man doll... just what I always wanted! - Clara


  parent reply	other threads:[~2025-11-26  2:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-26  2:55 [PATCH 0/5] Assorted filesystem docs formatting Bagas Sanjaya
2025-11-26  2:55 ` [PATCH 1/5] Documentation: afs: Use proper bullet for bullet lists Bagas Sanjaya
2025-11-27  0:43   ` Randy Dunlap
2025-11-26  2:55 ` Bagas Sanjaya [this message]
2025-11-27  0:43   ` [PATCH 2/5] Documentation: dax: Coalesce "See also" filesystem pointers into list Randy Dunlap
2025-11-26  2:55 ` [PATCH 3/5] Documentation: dax: Demote "Enabling DAX on xfs and ext4" subsections Bagas Sanjaya
2025-11-27  0:43   ` Randy Dunlap
2025-11-26  2:55 ` [PATCH 4/5] Documentation: zonefs: Separate mount options list Bagas Sanjaya
2025-11-26  4:17   ` Damien Le Moal
2025-11-27  0:43   ` Randy Dunlap
2025-11-26  2:55 ` [PATCH 5/5] Documentation: zonefs: Format error processing table Bagas Sanjaya
2025-11-26  4:17   ` Damien Le Moal
2025-11-27  0:44   ` Randy Dunlap
2025-11-26  9:28 ` [PATCH 1/5] Documentation: afs: Use proper bullet for bullet lists David Howells

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251126025511.25188-3-bagasdotme@gmail.com \
    --to=bagasdotme@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=corbet@lwn.net \
    --cc=dan.j.williams@intel.com \
    --cc=daniel.palmer@sony.com \
    --cc=dhowells@redhat.com \
    --cc=dlemoal@kernel.org \
    --cc=gerald.schaefer@linux.ibm.com \
    --cc=jth@kernel.org \
    --cc=linux-afs@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marc.dionne@auristor.com \
    --cc=naohiro.aota@wdc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).