fs/notify: Remove "select SRCU"
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 23 Nov 2022 01:52:19 +0000 (17:52 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 3 Feb 2023 00:26:06 +0000 (16:26 -0800)
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>
fs/notify/Kconfig

index c020d26ba223e5089ac4315b94bf44debc96f22a..c6c72c90fd253f7860ea0dd456a788201bd14254 100644 (file)
@@ -1,7 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config FSNOTIFY
        def_bool n
-       select SRCU
 
 source "fs/notify/dnotify/Kconfig"
 source "fs/notify/inotify/Kconfig"