]> git.ipfire.org Git - people/ms/linux.git/commit - fs/dlm/lowcomms.c
fs: dlm: fix lowcomms_start error case
authorAlexander Aring <aahringo@redhat.com>
Wed, 2 Jun 2021 13:45:15 +0000 (09:45 -0400)
committerDavid Teigland <teigland@redhat.com>
Wed, 2 Jun 2021 16:53:04 +0000 (11:53 -0500)
commitfcef0e6c27ce109d2c617aa12f0bfd9f7ff47d38
tree1eb7b27eb8f117214ee98bf8c8b31e2c7a5d099e
parent7d3848c03e09ea9cdfde8bb2b82282d252943ee6
fs: dlm: fix lowcomms_start error case

This patch fixes the error path handling in lowcomms_start(). We need to
cleanup some static allocated data structure and cleanup possible
workqueue if these have started.

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