mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 12:22:36 +00:00
runtime: enable FUSE_DAX kernel config for DAX
Otherwise DAX device cannot be set up.
Fixes #3165
Signed-off-by: Feng Wang <feng.wang@databricks.com>
(cherry picked from commit 6105e3ee85
)
This commit is contained in:
parent
185f96d170
commit
0e91503cd4
@ -32,3 +32,4 @@ CONFIG_NVMEM=y
|
||||
#CONFIG_DAX_DRIVER=y
|
||||
CONFIG_DAX=y
|
||||
CONFIG_FS_DAX=y
|
||||
CONFIG_FUSE_DAX=y
|
||||
|
@ -1 +1 @@
|
||||
87
|
||||
88
|
||||
|
Loading…
Reference in New Issue
Block a user