mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 00:07:16 +00:00
config: make virtio-fs part of standard kernel
Basic virtio-fs support has made it upstream in the Linux kernel, as well as in QEMU and Cloud Hypervisor. Let's go ahead and add it to the standard configuration. Since the device driver / DAX handling is still in progress for upstream, we will want to still build a seperate experimental kernel for those who are comfortable trading off bleeding edge stability/kernel updates for improved FIO numbers. Fixes: #963 Signed-off-by: Eric Ernst <eric.g.ernst@gmail.com>
This commit is contained in:
parent
1fb6730984
commit
ef11213a4e
@ -1,3 +0,0 @@
|
||||
# virtio-fs support
|
||||
CONFIG_VIRTIO_FS=y
|
||||
CONFIG_FUSE_FS=y
|
@ -49,3 +49,7 @@ CONFIG_AIO=y
|
||||
CONFIG_OVERLAY_FS=y
|
||||
CONFIG_OVERLAY_FS_INDEX=y
|
||||
CONFIG_OVERLAY_FS_REDIRECT_DIR=y
|
||||
|
||||
# virtio-fs driver support:
|
||||
CONFIG_VIRTIO_FS=y
|
||||
CONFIG_FUSE_FS=y
|
||||
|
@ -1 +1 @@
|
||||
83
|
||||
84
|
||||
|
Loading…
Reference in New Issue
Block a user