fs: dlm: remove twice INIT_WORK
authorAlexander Aring <aahringo@redhat.com>
Thu, 17 Nov 2022 22:11:47 +0000 (17:11 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 21 Nov 2022 15:45:49 +0000 (09:45 -0600)
commit01ea3d7701cb52dece379384f8aa7b8840f1d7c7
treec8bdc12eb1f415df1266864e49bdc4ad6a4a1faf
parent8b0188b0d60b6f6183b48380bac49fe080c5ded9
fs: dlm: remove twice INIT_WORK

This patch removed a twice INIT_WORK() functionality. We already doing
this inside of dlm_lowcomms_init() functionality which is called only
once dlm is loaded.

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