Merge pull request #3166 from fengwang666/dax-bug-fix

runtime: Enable FUSE_DAX kernel config for DAX
This commit is contained in:
Bin Liu
2021-12-02 16:08:06 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -32,3 +32,4 @@ CONFIG_NVMEM=y
#CONFIG_DAX_DRIVER=y
CONFIG_DAX=y
CONFIG_FS_DAX=y
CONFIG_FUSE_DAX=y

View File

@@ -1 +1 @@
87
88