diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2022-11-22 17:52:19 -0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2023-02-02 16:26:06 -0800 |
commit | 818913feb814177384a15665f4001e1be33861a4 (patch) | |
tree | 98a136770433544b57acb4faf534520ba853bfa5 /fs/notify | |
parent | cfa71bb282d09556673a62fbdc3d23d9e4df3fa0 (diff) |
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>
Diffstat (limited to 'fs/notify')
-rw-r--r-- | fs/notify/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/notify/Kconfig b/fs/notify/Kconfig index c020d26ba223..c6c72c90fd25 100644 --- a/fs/notify/Kconfig +++ b/fs/notify/Kconfig @@ -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" |