From: Alexander Aring Date: Tue, 29 Apr 2025 20:29:13 +0000 (-0400) Subject: dlm: drop SCTP Kconfig dependency X-Git-Tag: v6.16-rc1~137^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8b4788266c7df3b7cfc6c665f663b4c3d09aad;p=thirdparty%2Flinux.git 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 Reviewed-by: Heming zhao Signed-off-by: David Teigland --- diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig index f82a4952769da..b46165df5a918 100644 --- a/fs/dlm/Kconfig +++ b/fs/dlm/Kconfig @@ -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.