commit | 314a5540ffee6cedcfdd6c8439f322282c0e76ae | [log] [tgz] |
---|---|---|
author | Alexander Aring <aahringo@redhat.com> | Mon Apr 04 16:06:36 2022 -0400 |
committer | David Teigland <teigland@redhat.com> | Wed Apr 06 14:02:16 2022 -0500 |
tree | 11cf3c27bed367d52caa323a45aa48133c4bb5c6 | |
parent | 16d58904dfeb13cc9758194df99cb1a756f11fbc [diff] |
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>