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

Commit 8d025e2

Browse files
committed
Merge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Pull erofs fixes from Gao Xiang: - Add a new reviewer Sandeep Dhavale to build a healthier community - Drop experimental warning for FSDAX * tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs: MAINTAINERS: erofs: add myself as reviewer erofs: drop experimental warning for FSDAX
2 parents 4076fa1 + 7557d29 commit 8d025e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7940,6 +7940,7 @@ M: Gao Xiang <xiang@kernel.org>
79407940
M: Chao Yu <chao@kernel.org>
79417941
R: Yue Hu <huyue2@coolpad.com>
79427942
R: Jeffle Xu <jefflexu@linux.alibaba.com>
7943+
R: Sandeep Dhavale <dhavale@google.com>
79437944
L: linux-erofs@lists.ozlabs.org
79447945
S: Maintained
79457946
W: https://erofs.docs.kernel.org

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)