[PATCH] inotify: update help text

The inotify help text still refers to the character device. Update it.

Fixes kernel bug #4993.

Signed-off-by: Robert Love <rml@novell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Robert Love and committed by Linus Torvalds 3de11748 94efe72f

+7 -4
+7 -4
fs/Kconfig
··· 363 bool "Inotify file change notification support" 364 default y 365 ---help--- 366 - Say Y here to enable inotify support and the /dev/inotify character 367 - device. Inotify is a file change notification system and a 368 replacement for dnotify. Inotify fixes numerous shortcomings in 369 dnotify and introduces several new features. It allows monitoring 370 - of both files and directories via a single open fd. Multiple file 371 - events are supported. 372 373 If unsure, say Y. 374
··· 363 bool "Inotify file change notification support" 364 default y 365 ---help--- 366 + Say Y here to enable inotify support and the associated system 367 + calls. Inotify is a file change notification system and a 368 replacement for dnotify. Inotify fixes numerous shortcomings in 369 dnotify and introduces several new features. It allows monitoring 370 + of both files and directories via a single open fd. Other features 371 + include multiple file events, one-shot support, and unmount 372 + notification. 373 + 374 + For more information, see Documentation/filesystems/inotify.txt 375 376 If unsure, say Y. 377