Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e341fa1 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

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: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4a239427
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -555,7 +555,7 @@ config QUOTACTL
	default y

config DNOTIFY
	bool "Dnotify support" if EMBEDDED
	bool "Dnotify support"
	default y
	help
	  Dnotify is a directory-based per-fd file change notification system
@@ -563,7 +563,7 @@ config DNOTIFY
	  superior alternatives, but some applications may still rely on
	  dnotify.

	  Because of this, if unsure, say Y.
	  If unsure, say Y.

config AUTOFS_FS
	tristate "Kernel automounter support"