diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-07-27 15:54:10 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-07-27 15:54:10 -0700 |
commit | fc013a58859b7cf85e53a05804a74952fe0a4117 (patch) | |
tree | 012d671d822c281edef18f00992ec8c9ea4b0893 /fs/notify/Kconfig | |
parent | 3a54297478e6578f96fd54bf4daa1751130aca86 (diff) | |
parent | f44aebcc566d1d6275f7191867b9633dc11de2ee (diff) |
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
* 'for-linus' of git://git.infradead.org/users/eparis/notify:
inotify: use GFP_NOFS under potential memory pressure
fsnotify: fix inotify tail drop check with path entries
inotify: check filename before dropping repeat events
fsnotify: use def_bool in kconfig instead of letting the user choose
inotify: fix error paths in inotify_update_watch
inotify: do not leak inode marks in inotify_add_watch
inotify: drop user watch count when a watch is removed
Diffstat (limited to 'fs/notify/Kconfig')
-rw-r--r-- | fs/notify/Kconfig | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/fs/notify/Kconfig b/fs/notify/Kconfig index 31dac7e3b0f..dffbb0911d0 100644 --- a/fs/notify/Kconfig +++ b/fs/notify/Kconfig @@ -1,15 +1,5 @@ config FSNOTIFY - bool "Filesystem notification backend" - default y - ---help--- - fsnotify is a backend for filesystem notification. fsnotify does - not provide any userspace interface but does provide the basis - needed for other notification schemes such as dnotify, inotify, - and fanotify. - - Say Y here to enable fsnotify suport. - - If unsure, say Y. + def_bool n source "fs/notify/dnotify/Kconfig" source "fs/notify/inotify/Kconfig" |