dlm: move global to static inits
authorAlexander Aring <aahringo@redhat.com>
Mon, 4 Apr 2022 20:06:36 +0000 (16:06 -0400)
committerDavid Teigland <teigland@redhat.com>
Wed, 6 Apr 2022 19:02:16 +0000 (14:02 -0500)
commit314a5540ffee6cedcfdd6c8439f322282c0e76ae
tree11cf3c27bed367d52caa323a45aa48133c4bb5c6
parent16d58904dfeb13cc9758194df99cb1a756f11fbc
dlm: move global to static inits

Instead of init global module at module loading time we can move the
initialization of those global variables at memory initialization of the
module loader.

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