[kvm-disco] [PATCH] UBUNTU: [Config] Enable quota module support
Kai-Heng Feng
kai.heng.feng at canonical.com
Tue Sep 17 14:48:03 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 9ff3e5369c50..a94c08f2dbb5 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1909,8 +1909,8 @@ CONFIG_PSI=y
CONFIG_PVH=y
CONFIG_PVPANIC=m
# 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