From efa02605f1d8d6236ad44af0bfc093884a067ec9 Mon Sep 17 00:00:00 2001 From: l00611839 Date: Tue, 21 Feb 2023 14:09:36 +0800 Subject: [PATCH] installd dir quota kernel config Signed-off-by: lucky_cong --- linux-5.10/arch/arm64/configs/rk3568_standard_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig index 5a678c2..41d5c1c 100644 --- a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig +++ b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig @@ -5974,6 +5974,8 @@ CONFIG_FSNOTIFY=y CONFIG_INOTIFY_USER=y # CONFIG_FANOTIFY is not set CONFIG_QUOTA=y +CONFIG_QFMT_V2=y +CONFIG_QUOTACTL=y # CONFIG_AUTOFS4_FS is not set # CONFIG_AUTOFS_FS is not set CONFIG_FUSE_FS=y -- Gitee