summaryrefslogtreecommitdiff
path: root/scripts/package-build/linux-kernel/config
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-05-02 20:04:20 +0200
committerChristian Breunig <christian@breunig.cc>2026-05-03 20:34:37 +0200
commit5a2c894fcabef4718d6f55b163fc0f250ecec5a0 (patch)
treef1456e7afd959225954af1e49e12a301a1b62289 /scripts/package-build/linux-kernel/config
parent0361367d9960c18e0aea54f04405cdcbfb2ff71a (diff)
downloadvyos-build-5a2c894fcabef4718d6f55b163fc0f250ecec5a0.tar.gz
vyos-build-5a2c894fcabef4718d6f55b163fc0f250ecec5a0.zip
Kernel: T8147: drop out-of-tree INOTIFY_STACKFS patch
The inotify support for overlayfs is no longer needed. Native upstream support landed in kernel 4.16 (commit 31747eda41ef/764baba80168 in 2018, which made overlayfs hash inodes by their lower inode so fsnotify works on overlay mounts), and kernel 6.8 (commit bc2473c90fca in 2023) extended it so fsnotify generates events for operations on the real underlying files of an overlay. The patch was an out-of-tree workaround that never went upstream and predates these solutions.
Diffstat (limited to 'scripts/package-build/linux-kernel/config')
-rw-r--r--scripts/package-build/linux-kernel/config/00-filesystems.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/package-build/linux-kernel/config/00-filesystems.config b/scripts/package-build/linux-kernel/config/00-filesystems.config
index a17fd36c..3b9191e9 100644
--- a/scripts/package-build/linux-kernel/config/00-filesystems.config
+++ b/scripts/package-build/linux-kernel/config/00-filesystems.config
@@ -38,7 +38,6 @@ 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