aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2022-11-22 17:52:19 -0800
committerPaul E. McKenney <[email protected]>2023-02-02 16:26:06 -0800
commit818913feb814177384a15665f4001e1be33861a4 (patch)
tree98a136770433544b57acb4faf534520ba853bfa5
parentcfa71bb282d09556673a62fbdc3d23d9e4df3fa0 (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 <[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]>
-rw-r--r--fs/notify/Kconfig1
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"