summaryrefslogtreecommitdiff
path: root/fs/dlm/config.h
diff options
context:
space:
mode:
authorAlexander Aring <aahringo@redhat.com>2020-06-26 20:26:49 +0300
committerDavid Teigland <teigland@redhat.com>2020-08-06 18:30:51 +0300
commita5b7ab6352bfaab6eec4df6618a135341d72c247 (patch)
tree719978ef20c2fbfe533ca5dbefadf97e0056cee1 /fs/dlm/config.h
parent84d1c617402e7e67fc95ab2384da8dae7d1b0efe (diff)
downloadlinux-a5b7ab6352bfaab6eec4df6618a135341d72c247.tar.xz
fs: dlm: set skb mark for listen socket
This patch adds support to set the skb mark value for the DLM listen tcp and sctp sockets. The mark value will be offered as cluster configuration. At creation time of the listen socket it will be set as socket option. Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/config.h')
-rw-r--r--fs/dlm/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/config.h b/fs/dlm/config.h
index 2b471aae4e61..13508ec3ff5e 100644
--- a/fs/dlm/config.h
+++ b/fs/dlm/config.h
@@ -31,6 +31,7 @@ struct dlm_config_info {
int ci_log_debug;
int ci_log_info;
int ci_protocol;
+ int ci_mark;
int ci_timewarn_cs;
int ci_waitwarn_us;
int ci_new_rsb_count;