aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/dnotify
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2009-07-13 15:56:54 -0400
committerEric Paris <eparis@redhat.com>2009-07-21 15:26:26 -0400
commit520dc2a526fd681337883b6ff1ddcf7c23b1b063 (patch)
treea6346bbd0b405d1a377aaaf5f1f69a5f662f814a /fs/notify/dnotify
parentinotify: fix error paths in inotify_update_watch (diff)
downloadlinux-dev-520dc2a526fd681337883b6ff1ddcf7c23b1b063.tar.xz
linux-dev-520dc2a526fd681337883b6ff1ddcf7c23b1b063.zip
fsnotify: use def_bool in kconfig instead of letting the user choose
fsnotify doens't give the user anything. If someone chooses inotify or dnotify it should build fsnotify, if they don't select one it shouldn't be built. This patch changes fsnotify to be a def_bool=n and makes everything else select it. Also fixes the issue people complained about on lwn where gdm hung because they didn't have inotify and they didn't get the inotify build option..... Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'fs/notify/dnotify')
-rw-r--r--fs/notify/dnotify/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/dnotify/Kconfig b/fs/notify/dnotify/Kconfig
index 904ff8d5405a..f9c1ca139d8f 100644
--- a/fs/notify/dnotify/Kconfig
+++ b/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