diff options
author | Paul E. McKenney | 2023-01-04 16:38:05 -0800 |
---|---|---|
committer | David Teigland | 2023-01-05 15:40:02 -0600 |
commit | aa7f4a21f6e5b0fa256b4de0924fea506ad801ef (patch) | |
tree | 6ab36427ae4e6f3df85a1a94a5c3c91fe5334b7d /fs/dlm | |
parent | 8113aa91360a013ebe00763bb0823b5a41b11c4d (diff) |
fs/dlm: 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>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm')
-rw-r--r-- | fs/dlm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig index 1105ce3c80cb..b3b86dbdc187 100644 --- a/fs/dlm/Kconfig +++ b/fs/dlm/Kconfig @@ -4,7 +4,6 @@ menuconfig DLM depends on INET depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n) select IP_SCTP - select SRCU help A general purpose distributed lock manager for kernel or userspace applications. |