fsnotify: use def_bool in kconfig instead of letting the user choose
authorEric Paris <eparis@redhat.com>
Mon, 13 Jul 2009 19:56:54 +0000 (15:56 -0400)
committerEric Paris <eparis@redhat.com>
Tue, 21 Jul 2009 19:26:26 +0000 (15:26 -0400)
commit520dc2a526fd681337883b6ff1ddcf7c23b1b063
treea6346bbd0b405d1a377aaaf5f1f69a5f662f814a
parent7e790dd5fc937bc8d2400c30a05e32a9e9eef276
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>
fs/notify/Kconfig
fs/notify/dnotify/Kconfig
fs/notify/inotify/Kconfig