Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1 -1
+1
MAINTAINERS
··· 7940 7940 M: Chao Yu <chao@kernel.org> 7941 7941 R: Yue Hu <huyue2@coolpad.com> 7942 7942 R: Jeffle Xu <jefflexu@linux.alibaba.com> 7943 + R: Sandeep Dhavale <dhavale@google.com> 7943 7944 L: linux-erofs@lists.ozlabs.org 7944 7945 S: Maintained 7945 7946 W: https://erofs.docs.kernel.org
-1
fs/erofs/super.c
··· 430 430 431 431 switch (mode) { 432 432 case EROFS_MOUNT_DAX_ALWAYS: 433 - warnfc(fc, "DAX enabled. Warning: EXPERIMENTAL, use at your own risk"); 434 433 set_opt(&ctx->opt, DAX_ALWAYS); 435 434 clear_opt(&ctx->opt, DAX_NEVER); 436 435 return true;