fs: dlm: remove check SCTP is loaded message
authorAlexander Aring <aahringo@redhat.com>
Tue, 2 Nov 2021 19:17:10 +0000 (15:17 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 2 Nov 2021 19:39:20 +0000 (14:39 -0500)
commitfe93367541bcedaba1dd5cb9cf138eec0267ea56
tree02f961685b2246b93d8f8f3229f3435094a83668
parent1aafd9c231919dea9b10e654107e24d5c553c60d
fs: dlm: remove check SCTP is loaded message

Since commit 764ff4011424 ("fs: dlm: auto load sctp module") we try
load the sctp module before we try to create a sctp kernel socket. That
a socket creation fails now has more likely other reasons. This patch
removes the part of error to load the sctp module and instead printout
the error code.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c