From: Heming Zhao Date: Fri, 20 Dec 2024 07:14:17 +0000 (+0800) Subject: dlm: increase max number of links for corosync3/knet X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a53a6336171bd722aac6e98964a79d56841c5416;p=linux.git dlm: increase max number of links for corosync3/knet This patch increases the maximum number of links that can be used with corosync3/knet. The majority of the changes are in user space dlm_tools/dlm_controld. Signed-off-by: Heming Zhao Signed-off-by: David Teigland --- diff --git a/fs/dlm/config.h b/fs/dlm/config.h index e48c4f9686d3..13a3d0b26194 100644 --- a/fs/dlm/config.h +++ b/fs/dlm/config.h @@ -23,7 +23,7 @@ struct dlm_config_node { extern const struct rhashtable_params dlm_rhash_rsb_params; -#define DLM_MAX_ADDR_COUNT 3 +#define DLM_MAX_ADDR_COUNT 8 #define DLM_PROTO_TCP 0 #define DLM_PROTO_SCTP 1