mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
818913feb8
Now that the SRCU Kconfig option is unconditionally selected, there is no longer any point in selecting it. Therefore, remove the "select SRCU" Kconfig statements. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Cc: Jan Kara <jack@suse.cz> Cc: Amir Goldstein <amir73il@gmail.com> Cc: <linux-fsdevel@vger.kernel.org> Acked-by: Jan Kara <jack@suse.cz> Reviewed-by: John Ogness <john.ogness@linutronix.de>
7 lines
175 B
Text
7 lines
175 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config FSNOTIFY
|
|
def_bool n
|
|
|
|
source "fs/notify/dnotify/Kconfig"
|
|
source "fs/notify/inotify/Kconfig"
|
|
source "fs/notify/fanotify/Kconfig"
|