aboutsummaryrefslogtreecommitdiff
path: root/fs/dlm
diff options
context:
space:
mode:
authorGravatar Paul E. McKenney <paulmck@kernel.org> 2023-01-04 16:38:05 -0800
committerGravatar David Teigland <teigland@redhat.com> 2023-01-05 15:40:02 -0600
commitaa7f4a21f6e5b0fa256b4de0924fea506ad801ef (patch)
tree6ab36427ae4e6f3df85a1a94a5c3c91fe5334b7d /fs/dlm
parentfs: dlm: fix return value check in dlm_memory_init() (diff)
downloadlinux-aa7f4a21f6e5b0fa256b4de0924fea506ad801ef.tar.gz
linux-aa7f4a21f6e5b0fa256b4de0924fea506ad801ef.tar.bz2
linux-aa7f4a21f6e5b0fa256b4de0924fea506ad801ef.zip
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 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.