From 3de14d725c18f09e05a7db1cf0b6c424f784e977 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Fri, 15 Apr 2022 12:33:52 +0530 Subject: [PATCH] chore: enable xfs quota support Enables XFS quota support This fixes XFS mount issue when using https://github.com/minio/directpv/ as a CSI driver. Signed-off-by: Noel Georgi --- kernel/build/config-amd64 | 2 +- kernel/build/config-arm64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/build/config-amd64 b/kernel/build/config-amd64 index cf8fc034e..6261d0182 100644 --- a/kernel/build/config-amd64 +++ b/kernel/build/config-amd64 @@ -4791,7 +4791,7 @@ CONFIG_FS_MBCACHE=y # CONFIG_JFS_FS is not set CONFIG_XFS_FS=y CONFIG_XFS_SUPPORT_V4=y -# CONFIG_XFS_QUOTA is not set +CONFIG_XFS_QUOTA=y CONFIG_XFS_POSIX_ACL=y # CONFIG_XFS_RT is not set # CONFIG_XFS_ONLINE_SCRUB is not set diff --git a/kernel/build/config-arm64 b/kernel/build/config-arm64 index afde163ff..afe983a1c 100644 --- a/kernel/build/config-arm64 +++ b/kernel/build/config-arm64 @@ -7191,7 +7191,7 @@ CONFIG_FS_MBCACHE=y # CONFIG_JFS_FS is not set CONFIG_XFS_FS=y CONFIG_XFS_SUPPORT_V4=y -# CONFIG_XFS_QUOTA is not set +CONFIG_XFS_QUOTA=y CONFIG_XFS_POSIX_ACL=y # CONFIG_XFS_RT is not set # CONFIG_XFS_ONLINE_SCRUB is not set