[kvm-bionic] [PATCH 1/1] UBUNTU: [Config] Enable quota module support
Kai-Heng Feng
kai.heng.feng at canonical.com
Tue Sep 17 14:48:02 UTC 2019
BugLink: https://bugs.launchpad.net/bugs/1784535
Enable the quota module support on KVM kernels, it's pretty useful for
many cases.
Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
---
debian.kvm/config/config.common.ubuntu | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index 259c583b123e..e4173db8070c 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1913,8 +1913,8 @@ CONFIG_PROC_SYSCTL=y
# CONFIG_PTP_1588_CLOCK is not set
# CONFIG_PUNIT_ATOM_DEBUG is not set
# CONFIG_PWM is not set
-# CONFIG_QFMT_V1 is not set
-# CONFIG_QFMT_V2 is not set
+CONFIG_QFMT_V1=m
+CONFIG_QFMT_V2=m
CONFIG_QNX4FS_FS=m
# CONFIG_QNX6FS_DEBUG is not set
CONFIG_QNX6FS_FS=m
--
2.17.1
More information about the kernel-team
mailing list