[kvm-xenial] [PATCH] UBUNTU: [Config] Enable quota module support
Kai-Heng Feng
kai.heng.feng at canonical.com
Tue Sep 17 14:48:04 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 aaba5a08e890..d11ab7ea48d6 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1772,8 +1772,8 @@ CONFIG_PROC_SYSCTL=y
CONFIG_PUBLIC_KEY_ALGO_RSA=y
# 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