Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/filesystem/dax: update DAX description on erofs

Add missing erofs fsdax description since fsdax has been supported
on erofs from Linux 5.15.

Link: https://lore.kernel.org/r/20220308034139.93748-1-hongnan.li@linux.alibaba.com
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Acked-by: Chao Yu <chao@kernel.org>
Signed-off-by: lihongnan <hongnan.lhn@alibaba-inc.com>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>

authored by

lihongnan and committed by
Gao Xiang
faac5095 6f39d1e1

+3 -3
+3 -3
Documentation/filesystems/dax.rst
··· 23 23 size equal to your kernel's `PAGE_SIZE`, so you may need to specify a block 24 24 size when creating the filesystem. 25 25 26 - Currently 4 filesystems support `DAX`: ext2, ext4, xfs and virtiofs. 26 + Currently 5 filesystems support `DAX`: ext2, ext4, xfs, virtiofs and erofs. 27 27 Enabling `DAX` on them is different. 28 28 29 - Enabling DAX on ext2 30 - -------------------- 29 + Enabling DAX on ext2 and erofs 30 + ------------------------------ 31 31 32 32 When mounting the filesystem, use the ``-o dax`` option on the command line or 33 33 add 'dax' to the options in ``/etc/fstab``. This works to enable `DAX` on all files