]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
allow disabling DNOTIFY without EMBEDDED
authorAdrian Bunk <bunk@kernel.org>
Wed, 17 Oct 2007 06:27:17 +0000 (23:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:53 +0000 (08:42 -0700)
commit7e341fa1f8ed25385e2321d7e5a49ce6aea2d702
treec1776ad3d1a73afee086940eb53d40d3ed91cbc0
parent4a239427f23c7850a33445178ec5f71e19d040b2
allow disabling DNOTIFY without EMBEDDED

Allow disabling DNOTIFY with CONFIG_EMBEDDED=n.

I'm currently running a kernel with dnotify disabled and I haven't run into
any problem.  Is there any popular application left that breaks without
dnotify support in the kernel?

Note that this patch does not remove dnotify support, it still defaults to
"y", and the help text recommends enabling it.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/Kconfig