dlm: fix invalid cluster name warning
authorDavid Teigland <teigland@redhat.com>
Mon, 3 Dec 2018 21:27:37 +0000 (15:27 -0600)
committerDavid Teigland <teigland@redhat.com>
Mon, 3 Dec 2018 21:30:24 +0000 (15:30 -0600)
commit3595c559326d0b660bb088a88e22e0ca630a0e35
treedd7d2741aaad4ae30162020c53bb232586a5e32c
parent3456880ff39f7606866b5852fd71ef6663200c0d
dlm: fix invalid cluster name warning

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>
fs/dlm/user.c