From e08e2d521c5110d28ffbb8e98ea7aacb3be9119c Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Mon, 28 Aug 2017 13:20:01 -0700 Subject: [PATCH] config: enable 9P_FSCACHE 9P FS cache is required to help enable 9p mounts in the clear container's guest OS to be read/writable. Signed-off-by: Eric Ernst --- arch/x86/configs/clear_containers_defconfig | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/arch/x86/configs/clear_containers_defconfig b/arch/x86/configs/clear_containers_defconfig index b6a660cc56b090..0ddaf8434f4b83 100644 --- a/arch/x86/configs/clear_containers_defconfig +++ b/arch/x86/configs/clear_containers_defconfig @@ -1,3 +1,7 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/x86 4.9.34-75.container Kernel Configuration +# CONFIG_64BIT=y CONFIG_X86_64=y CONFIG_X86=y @@ -1901,7 +1905,12 @@ CONFIG_OVERLAY_FS=y # # Caches # -# CONFIG_FSCACHE is not set +CONFIG_FSCACHE=y +# CONFIG_FSCACHE_STATS is not set +# CONFIG_FSCACHE_HISTOGRAM is not set +# CONFIG_FSCACHE_DEBUG is not set +# CONFIG_FSCACHE_OBJECT_LIST is not set +# CONFIG_CACHEFILES is not set # # CD-ROM/DVD Filesystems @@ -1943,6 +1952,7 @@ CONFIG_NETWORK_FILESYSTEMS=y # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set CONFIG_9P_FS=y +CONFIG_9P_FSCACHE=y CONFIG_9P_FS_POSIX_ACL=y CONFIG_9P_FS_SECURITY=y CONFIG_NLS=y