]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fs: dlm: fix log of lowcomms vs midcomms
authorAlexander Aring <aahringo@redhat.com>
Thu, 27 Oct 2022 20:45:26 +0000 (16:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2023 07:50:17 +0000 (08:50 +0100)
commite7935f5af4261af501296ec80abab02e5f524261
tree95f11caff6f77b809b98ab92322438ebbe5cc7fb
parente136e969d268b9b89329c816c002e53f60e82985
fs: dlm: fix log of lowcomms vs midcomms

[ Upstream commit 3e54c9e80e68b765d8877023d93f1eea1b9d1c54 ]

This patch will fix a small issue when printing out that
dlm_midcomms_start() failed to start and it was printing out that the
dlm subcomponent lowcomms was failed but lowcomms is behind the midcomms
layer.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Stable-dep-of: aad633dc0cf9 ("fs: dlm: start midcomms before scand")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/dlm/lockspace.c