mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
fs: dlm: fix log of lowcomms vs midcomms
[ Upstream commit3e54c9e80e] 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:aad633dc0c("fs: dlm: start midcomms before scand") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e136e969d2
commit
e7935f5af4
@@ -391,7 +391,7 @@ static int threads_start(void)
|
||||
/* Thread for sending/receiving messages for all lockspace's */
|
||||
error = dlm_midcomms_start();
|
||||
if (error) {
|
||||
log_print("cannot start dlm lowcomms %d", error);
|
||||
log_print("cannot start dlm midcomms %d", error);
|
||||
goto scand_fail;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user