]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dlm: drop SCTP Kconfig dependency
authorAlexander Aring <aahringo@redhat.com>
Tue, 29 Apr 2025 20:29:13 +0000 (16:29 -0400)
committerDavid Teigland <teigland@redhat.com>
Wed, 30 Apr 2025 14:26:34 +0000 (09:26 -0500)
DLM does not use any exported SCTP function. SCTP is registered
dynamically as protocol to the kernel and can be used over the right
protocol identifiers on the socket api. We drop the SCTP dependency as
DLM can also be used with TCP only.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Reviewed-by: Heming zhao <heming.zhao@suse.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/Kconfig

index f82a4952769da5584e4d5eb391cf0a21ebf76475..b46165df5a9183ebf8d6cfd20edeb6ee5c14da83 100644 (file)
@@ -3,7 +3,6 @@ menuconfig DLM
        tristate "Distributed Lock Manager (DLM)"
        depends on INET
        depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
-       select IP_SCTP
        help
        A general purpose distributed lock manager for kernel or userspace
        applications.