]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitee1f730d74c2c784692b9bfce39f39a4c1e0af68
tree090014706fb958cb5b63c7d7453487a0c8126a18
parent37eefa1030e8283ff4ffcf089e67f543ae8e57f3
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