fs/dlm: Remove "select SRCU"
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 5 Jan 2023 00:38:05 +0000 (16:38 -0800)
committerDavid Teigland <teigland@redhat.com>
Thu, 5 Jan 2023 21:40:02 +0000 (15:40 -0600)
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>
fs/dlm/Kconfig

index 1105ce3..b3b86db 100644 (file)
@@ -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.