--- zzzz-none-000/linux-2.6.39.4/fs/notify/Kconfig 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/fs/notify/Kconfig 2021-11-10 13:38:17.000000000 +0000 @@ -1,6 +1,17 @@ config FSNOTIFY def_bool n +config FSNOTIFY_RECURSIVE + bool "Recursive FSNOTIFY support" + depends on FSNOTIFY + default n + help + Enableing recursive fsnotify support allows wachting directories for + changes recursivly. This avoids needing to hold open a fd for every + watched directory and may save memory. + + If unsure, say N. + source "fs/notify/dnotify/Kconfig" source "fs/notify/inotify/Kconfig" source "fs/notify/fanotify/Kconfig"