Skip to content

Commit 818913f

Browse files
committed
fs/notify: Remove "select SRCU"
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>
1 parent cfa71bb commit 818913f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/notify/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config FSNOTIFY
33
def_bool n
4-
select SRCU
54

65
source "fs/notify/dnotify/Kconfig"
76
source "fs/notify/inotify/Kconfig"

0 commit comments

Comments
 (0)