X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2FKconfig;h=e54be7058359e0beee537f4f5d21d7544148c687;hb=75e8727fbb3749075b6df36be636a3045ed9d515;hp=5d0c4be43dba1f6e929ff50fabcefcff3adaf1db;hpb=1b3035b7fcc72b6b36f2a3634dad832eb2453ce8;p=~andy%2Flinux diff --git a/fs/Kconfig b/fs/Kconfig index 5d0c4be43db..e54be705835 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -363,12 +363,15 @@ config INOTIFY bool "Inotify file change notification support" default y ---help--- - Say Y here to enable inotify support and the /dev/inotify character - device. Inotify is a file change notification system and a + 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. Multiple file - events are supported. + 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.