fs: dlm: fix mark per nodeid setting
authorAlexander Aring <aahringo@redhat.com>
Thu, 24 Sep 2020 14:31:23 +0000 (10:31 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 29 Sep 2020 19:00:32 +0000 (14:00 -0500)
commit3f78cd7d2449a07904b3a23751758cbdeaaa20f3
tree090014706fb958cb5b63c7d7453487a0c8126a18
parent0461e0db941f8f49dcfd0576c4449f2e5beda2f6
fs: dlm: fix mark per nodeid setting

This patch fixes to set per nodeid mark configuration for accepted
sockets as well. Before this patch only the listen socket mark value was
used for all accepted connections. This patch will ensure that the
cluster mark attribute value will be always used for all sockets, if a
per nodeid mark value is specified dlm will use this value for the
specific node.

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