Commit aa7f4a21 authored by Paul E. McKenney's avatar Paul E. McKenney Committed by David Teigland
Browse files

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: default avatarPaul E. McKenney <paulmck@kernel.org>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent 8113aa91
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.