From: Gao Xiang hsiangkao@linux.alibaba.com
mainline inclusion from mainline-v6.9-rc2 commit a97b59ed796804612468a3fb0ac2a5567a100a7a category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9LL1P
Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i...
--------------------------------
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.co... Signed-off-by: Baokun Li libaokun1@huawei.com --- fs/erofs/super.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/fs/erofs/super.c b/fs/erofs/super.c index 4e1ca3698768..b0a98dbbdf79 100644 --- a/fs/erofs/super.c +++ b/fs/erofs/super.c @@ -427,7 +427,6 @@ static bool erofs_fc_set_dax_mode(struct fs_context *fc, unsigned int mode)
switch (mode) { case EROFS_MOUNT_DAX_ALWAYS: - warnfc(fc, "DAX enabled. Warning: EXPERIMENTAL, use at your own risk"); set_opt(&ctx->opt, DAX_ALWAYS); clear_opt(&ctx->opt, DAX_NEVER); return true;