From: David Teigland Date: Tue, 29 May 2007 13:47:51 +0000 (-0500) Subject: [DLM] show default protocol X-Git-Tag: v2.6.23-rc1~1156^2~34 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=0b7cac0fb0e541a7f54d0ba55b31d829ce3dd899;p=linux-2.6-omap-h63xx.git [DLM] show default protocol Display the initial value of the "protocol" config value in configfs. The default value has always been 0 in the past anyway, so it's always appeared to be correct. Signed-off-by: David Teigland Signed-off-by: Steven Whitehouse --- diff --git a/fs/dlm/config.c b/fs/dlm/config.c index 1b59fa56a59..5069b2cb5a1 100644 --- a/fs/dlm/config.c +++ b/fs/dlm/config.c @@ -433,6 +433,7 @@ static struct config_group *make_cluster(struct config_group *g, cl->cl_toss_secs = dlm_config.ci_toss_secs; cl->cl_scan_secs = dlm_config.ci_scan_secs; cl->cl_log_debug = dlm_config.ci_log_debug; + cl->cl_protocol = dlm_config.ci_protocol; cl->cl_timewarn_cs = dlm_config.ci_timewarn_cs; space_list = &sps->ss_group;