Skip to content

Commit 6f8b478

Browse files
Alexander Aringteigland
authored andcommitted
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>
1 parent 5745116 commit 6f8b478

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/dlm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ menuconfig DLM
33
tristate "Distributed Lock Manager (DLM)"
44
depends on INET
55
depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
6-
select IP_SCTP
76
help
87
A general purpose distributed lock manager for kernel or userspace
98
applications.

0 commit comments

Comments
 (0)