Skip to content

Commit faac509

Browse files
lihongnanhsiangkao
authored andcommitted
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>
1 parent 6f39d1e commit faac509

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/filesystems/dax.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ on it as usual. The `DAX` code currently only supports files with a block
2323
size equal to your kernel's `PAGE_SIZE`, so you may need to specify a block
2424
size when creating the filesystem.
2525

26-
Currently 4 filesystems support `DAX`: ext2, ext4, xfs and virtiofs.
26+
Currently 5 filesystems support `DAX`: ext2, ext4, xfs, virtiofs and erofs.
2727
Enabling `DAX` on them is different.
2828

29-
Enabling DAX on ext2
30-
--------------------
29+
Enabling DAX on ext2 and erofs
30+
------------------------------
3131

3232
When mounting the filesystem, use the ``-o dax`` option on the command line or
3333
add 'dax' to the options in ``/etc/fstab``. This works to enable `DAX` on all files

0 commit comments

Comments
 (0)