aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2023-01-04 16:38:05 -0800
committerDavid Teigland <teigland@redhat.com>2023-01-05 15:40:02 -0600
commitaa7f4a21f6e5b0fa256b4de0924fea506ad801ef (patch)
tree6ab36427ae4e6f3df85a1a94a5c3c91fe5334b7d /fs/dlm
parent8113aa91360a013ebe00763bb0823b5a41b11c4d (diff)
downloadlinux-aa7f4a21f6e5b0fa256b4de0924fea506ad801ef.tar.gz
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/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig
index 1105ce3c80cbd..b3b86dbdc1878 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.