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

Commit 520dc2a5 authored by Eric Paris's avatar Eric Paris
Browse files

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: default avatarEric Paris <eparis@redhat.com>
parent 7e790dd5
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
config FSNOTIFY
	bool "Filesystem notification backend"
	default y
	---help---
	   fsnotify is a backend for filesystem notification.  fsnotify does
	   not provide any userspace interface but does provide the basis
	   needed for other notification schemes such as dnotify, inotify,
	   and fanotify.

	   Say Y here to enable fsnotify suport.

	   If unsure, say Y.
	def_bool n

source "fs/notify/dnotify/Kconfig"
source "fs/notify/inotify/Kconfig"
+1 −1
Original line number Diff line number Diff line
config DNOTIFY
	bool "Dnotify support"
	depends on FSNOTIFY
	select FSNOTIFY
	default y
	help
	  Dnotify is a directory-based per-fd file change notification system
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ config INOTIFY

config INOTIFY_USER
	bool "Inotify support for userspace"
	depends on FSNOTIFY
	select FSNOTIFY
	default y
	---help---
	  Say Y here to enable inotify support for userspace, including the