]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit6f8b4788266c7df3b7cfc6c665f663b4c3d09aad
tree6f5958416d0b5aec9b63385d9d349793f8540fdc
parent574511615a2e17e5dfe4754f6e9cea005b6c718a
dlm: drop SCTP Kconfig dependency

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