]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
dlm: fix invalid cluster name warning
authorDavid Teigland <teigland@redhat.com>
Mon, 3 Dec 2018 21:27:37 +0000 (15:27 -0600)
committerMarcelo Henrique Cerri <marcelo.cerri@canonical.com>
Fri, 17 Jan 2020 17:22:20 +0000 (14:22 -0300)
commit003d38bb62af38db6a6e049cfddae300f4910688
tree598863757abc69a458a119b08c7d5428bedb1b42
parent5923570261cf9e448e5f5e2bd915a7b850d0eb2f
dlm: fix invalid cluster name warning

BugLink: https://bugs.launchpad.net/bugs/1857158
[ Upstream commit 3595c559326d0b660bb088a88e22e0ca630a0e35 ]

The warning added in commit 3b0e761ba83
  "dlm: print log message when cluster name is not set"

did not account for the fact that lockspaces created
from userland do not supply a cluster name, so bogus
warnings are printed every time a userland lockspace
is created.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
fs/dlm/user.c