[PATCH 2/5] Documentation: dax: Coalesce "See also" filesystem pointers into list

Bagas Sanjaya posted 5 patches 5 days, 20 hours ago
[PATCH 2/5] Documentation: dax: Coalesce "See also" filesystem pointers into list
Posted by Bagas Sanjaya 5 days, 20 hours ago
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
Re: [PATCH 2/5] Documentation: dax: Coalesce "See also" filesystem pointers into list
Posted by Randy Dunlap 4 days, 22 hours ago

On 11/25/25 6:55 PM, Bagas Sanjaya wrote:
> 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>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  Documentation/filesystems/dax.rst | 14 +++-----------
>  1 file changed, 3 insertions(+), 11 deletions(-)
> 

-- 
~Randy