]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
fs: dlm: move connect callback in node creation
authorAlexander Aring <aahringo@redhat.com>
Tue, 3 Nov 2020 01:04:22 +0000 (20:04 -0500)
committerDavid Teigland <teigland@redhat.com>
Tue, 10 Nov 2020 18:14:20 +0000 (12:14 -0600)
commit0672c3c280efd33b8037863fc2bbc3510670a7d3
tree9e545089c1f5e3f87745bf7423a5b9650aa4483d
parent6cde210a975879a6da74b5755065c7ea3ccbcb90
fs: dlm: move connect callback in node creation

This patch moves the assignment for the connect callback to the node
creation instead of assign some dummy functionality. The assignment
which connect functionality will be used will be detected according to
the configfs setting.

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