From: Eric Paris Date: Mon, 13 Jul 2009 19:56:54 +0000 (-0400) Subject: fsnotify: use def_bool in kconfig instead of letting the user choose X-Git-Tag: v2.6.31-rc5~81^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=520dc2a526fd681337883b6ff1ddcf7c23b1b063;p=pandora-kernel.git 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 --- Reading git-diff-tree failed