From 7dd5feab19a748e627fdda3b3c61bfd511ebad35 Mon Sep 17 00:00:00 2001 From: Robert Love Date: Thu, 4 Aug 2005 13:07:08 -0700 Subject: [PATCH] --- yaml --- r: 5650 b: refs/heads/master c: 3de11748c1b312833e8a148ab7ec47669ecc99dc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/Kconfig | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index a23c2254ddca..5a7db4a45293 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 94efe72f762e2c147d8146d637d5ece5614c8d94 +refs/heads/master: 3de11748c1b312833e8a148ab7ec47669ecc99dc diff --git a/trunk/fs/Kconfig b/trunk/fs/Kconfig index 5d0c4be43dba..e54be7058359 100644 --- a/trunk/fs/Kconfig +++ b/trunk/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.