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 <[email protected]> Cc: Jan Kara <[email protected]> Cc: Amir Goldstein <[email protected]> Cc: <[email protected]> Acked-by: Jan Kara <[email protected]> Reviewed-by: John Ogness <[email protected]>
1 parent cfa71bb commit 818913f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)