fs: dlm: move to static proto ops
authorAlexander Aring <aahringo@redhat.com>
Fri, 16 Jul 2021 20:22:40 +0000 (16:22 -0400)
committerDavid Teigland <teigland@redhat.com>
Mon, 19 Jul 2021 16:53:43 +0000 (11:53 -0500)
commita66c008cd16a122e340d48f01ddf8cd768368717
tree4a17e621863fa4919765e1ddb679924505d0f5e5
parent66d5955a098d504b5a34c35d56a967c536264673
fs: dlm: move to static proto ops

This patch moves the per transport socket callbacks to a static const
array. We can support only one transport socket for the init namespace
which will be determinted by reading the dlm config at lowcomms_start().

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