From 815eaad3f9e49a359ed5d292b532756a14c71c98 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Mon, 13 Jul 2009 15:56:54 -0400 Subject: [PATCH] --- yaml --- r: 155897 b: refs/heads/master c: 520dc2a526fd681337883b6ff1ddcf7c23b1b063 h: refs/heads/master i: 155895: cf4905ec6ceb50cf294ff35cec12e18942408132 v: v3 --- [refs] | 2 +- trunk/fs/notify/Kconfig | 12 +----------- trunk/fs/notify/dnotify/Kconfig | 2 +- trunk/fs/notify/inotify/Kconfig | 2 +- 4 files changed, 4 insertions(+), 14 deletions(-) diff --git a/[refs] b/[refs] index 624efc0b64df..1779085a623f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7e790dd5fc937bc8d2400c30a05e32a9e9eef276 +refs/heads/master: 520dc2a526fd681337883b6ff1ddcf7c23b1b063 diff --git a/trunk/fs/notify/Kconfig b/trunk/fs/notify/Kconfig index 31dac7e3b0f1..dffbb0911d02 100644 --- a/trunk/fs/notify/Kconfig +++ b/trunk/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" diff --git a/trunk/fs/notify/dnotify/Kconfig b/trunk/fs/notify/dnotify/Kconfig index 904ff8d5405a..f9c1ca139d8f 100644 --- a/trunk/fs/notify/dnotify/Kconfig +++ b/trunk/fs/notify/dnotify/Kconfig @@ -1,6 +1,6 @@ config DNOTIFY bool "Dnotify support" - depends on FSNOTIFY + select FSNOTIFY default y help Dnotify is a directory-based per-fd file change notification system diff --git a/trunk/fs/notify/inotify/Kconfig b/trunk/fs/notify/inotify/Kconfig index 5356884289a1..3e56dbffe729 100644 --- a/trunk/fs/notify/inotify/Kconfig +++ b/trunk/fs/notify/inotify/Kconfig @@ -15,7 +15,7 @@ config INOTIFY config INOTIFY_USER bool "Inotify support for userspace" - depends on FSNOTIFY + select FSNOTIFY default y ---help--- Say Y here to enable inotify support for userspace, including the