Skip to content

Commit 6f0b0b5

Browse files
Alexander Aringteigland
authored andcommitted
fs: dlm: remove dlm_node_addrs lookup list
This patch merges the dlm_node_addrs lookup list to the connection structure. It is a per node mapping to some configuration setup by configfs. We don't need two lookup structures. The connection hash has now a lifetime like the dlm_node_addrs entries. Means we add only new entries when configure cluster and not while new connections are coming in, remove connection when a node got fenced and cleanup all connection when the dlm exits. It should work the same and even will show more issues because we don't try to somehow keep those two data structures in sync with the current cluster configuration. Signed-off-by: Alexander Aring <[email protected]> Signed-off-by: David Teigland <[email protected]>
1 parent c51c9cd commit 6f0b0b5

File tree

1 file changed

+136
-154
lines changed

1 file changed

+136
-154
lines changed

0 commit comments

Comments
 (0)