fs: dlm: introduce proto values
authorAlexander Aring <aahringo@redhat.com>
Wed, 2 Jun 2021 13:45:19 +0000 (09:45 -0400)
committerDavid Teigland <teigland@redhat.com>
Wed, 2 Jun 2021 16:53:04 +0000 (11:53 -0500)
commitac7d5d036dc93710971f532ed57f9a6858a2b262
tree83ce0126a85920f52dc3a40d779c3a9fe918c8fa
parent9a4139a79403161f190cf30be7d89ac877ae3b12
fs: dlm: introduce proto values

Currently the dlm protocol values are that TCP is 0 and everything else
is SCTP. This makes it difficult to introduce possible other transport
layers. The only one user space tool dlm_controld, which I am aware of,
handles the protocol value 1 for SCTP. We change it now to handle SCTP
as 1, this will break user space API but it will fix it so we can add
possible other transport layers.

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