Skip to content

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 <[email protected]> Signed-off-by: Gao Xiang <[email protected]> Link: https://lore.kernel.org/r/[email protected]
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)