projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cece76
)
erofs: drop experimental warning for FSDAX
author
Gao Xiang
<hsiangkao@linux.alibaba.com>
Mon, 25 Mar 2024 00:51:16 +0000
(08:51 +0800)
committer
Gao Xiang
<hsiangkao@linux.alibaba.com>
Mon, 25 Mar 2024 02:48:15 +0000
(10:48 +0800)
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
fs/erofs/super.c
patch
|
blob
|
history
diff --git
a/fs/erofs/super.c
b/fs/erofs/super.c
index 69308fd73e4a92154b82759e750fddb3ac5adb33..c0eb139adb07a8ce852edd56370a79e5760036d9 100644
(file)
--- a/
fs/erofs/super.c
+++ b/
fs/erofs/super.c
@@
-430,7
+430,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;