Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit a97b59e

Browse files
committed
erofs: drop experimental warning for FSDAX
As EXT4/XFS filesystems, FSDAX functionality is considered to be stable. Let's drop this warning. Reviewed-by: Jingbo Xu <jefflexu@linux.alibaba.com> Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com> Link: https://lore.kernel.org/r/20240325005116.106351-1-hsiangkao@linux.alibaba.com
1 parent 4cece76 commit a97b59e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/erofs/super.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ static bool erofs_fc_set_dax_mode(struct fs_context *fc, unsigned int mode)
430430

431431
switch (mode) {
432432
case EROFS_MOUNT_DAX_ALWAYS:
433-
warnfc(fc, "DAX enabled. Warning: EXPERIMENTAL, use at your own risk");
434433
set_opt(&ctx->opt, DAX_ALWAYS);
435434
clear_opt(&ctx->opt, DAX_NEVER);
436435
return true;

0 commit comments

Comments
 (0)