]> git.baikalelectronics.ru Git - kernel.git/commit
fs: dlm: print cluster addr if non-cluster node connects
authorAlexander Aring <aahringo@redhat.com>
Tue, 4 Jan 2022 14:09:47 +0000 (09:09 -0500)
committerDavid Teigland <teigland@redhat.com>
Tue, 4 Jan 2022 15:40:24 +0000 (09:40 -0600)
commit1146cd8f4f6e2ce303c1833167b01ad636407a97
tree8c4cfa9b3165874c85a2e88fa21c10abb8cb5a7d
parent79e2ce61937b8ac9070d5ed725304c0524d465ea
fs: dlm: print cluster addr if non-cluster node connects

This patch prints the cluster node address if a non-cluster node
(according to the dlm config setting) tries to connect. The current
hexdump call will print in a different loglevel and only available if
dynamic debug is enabled. Additional we using the ip address format
strings to print an IETF ip4/6 string represenation.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c