summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-05-30 19:05:05 +0200
committerChristian Breunig <christian@breunig.cc>2025-05-30 19:05:05 +0200
commit5871203be65314567f09ecd4ce57f22e0ce6e7f0 (patch)
tree22c881eb499854269158098984e22bf078a0b08e
parentfa7052cc62e21946990ab99e50ca8cc9807c3357 (diff)
downloadvyos-build-5871203be65314567f09ecd4ce57f22e0ce6e7f0.tar.gz
vyos-build-5871203be65314567f09ecd4ce57f22e0ce6e7f0.zip
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.
-rw-r--r--scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig1
1 files changed, 1 insertions, 0 deletions
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