From 5871203be65314567f09ecd4ce57f22e0ce6e7f0 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Fri, 30 May 2025 19:05:05 +0200 Subject: Kernel: T7428: re-enable CONFIG_INOTIFY_STACKFS Kernel compile time option for our custom patch to enable inotify on stackable filesystems accidently got removed in commit cfdd4451ca3aa ("Kernel: T7428: remove io_uring support"). Option was re-enabled. --- scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/package-build/linux-kernel') diff --git a/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig b/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig index de3b84aa..c68fc7f4 100644 --- a/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig @@ -5420,6 +5420,7 @@ CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y CONFIG_INOTIFY_USER=y +CONFIG_INOTIFY_STACKFS=y # CONFIG_FANOTIFY is not set # CONFIG_QUOTA is not set CONFIG_AUTOFS_FS=m -- cgit v1.2.3