]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/Kconfig
/spare/repo/netdev-2.6 branch 'e100'
[linux-2.6-omap-h63xx.git] / fs / Kconfig
index f93fd41b025d577daf533f54049fa8501090ad05..e54be7058359e0beee537f4f5d21d7544148c687 100644 (file)
@@ -359,6 +359,22 @@ config ROMFS_FS
          If you don't know whether you need it, then you don't need it:
          answer N.
 
+config INOTIFY
+       bool "Inotify file change notification support"
+       default y
+       ---help---
+         Say Y here to enable inotify support and the associated system
+         calls.  Inotify is a file change notification system and a
+         replacement for dnotify.  Inotify fixes numerous shortcomings in
+         dnotify and introduces several new features.  It allows monitoring
+         of both files and directories via a single open fd.  Other features
+         include multiple file events, one-shot support, and unmount
+         notification.
+
+         For more information, see Documentation/filesystems/inotify.txt
+
+         If unsure, say Y.
+
 config QUOTA
        bool "Quota support"
        help