]> git.baikalelectronics.ru Git - kernel.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)
commitb1f6b8cfcaf92d0a2f1d3e32b1247f8bff802c6e
tree95f11caff6f77b809b98ab92322438ebbe5cc7fb
parentbba822d77e51af3208e90f9bddd3485e463668f9
fs: dlm: fix log of lowcomms vs midcomms

[ Upstream commit ce0ed8495b958566dfc18b944b9e91ae818e1c02 ]

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: 5282c6801f3b ("fs: dlm: start midcomms before scand")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/dlm/lockspace.c