From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Tue, 29 May 2007 08:47:51 -0500 Subject: [Cluster-devel] [PATCH] dlm: show default protocol Message-ID: <20070529134750.GD31702@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 Index: linux-quilt/fs/dlm/config.c =================================================================== --- linux-quilt.orig/fs/dlm/config.c 2007-05-25 14:58:54.000000000 -0500 +++ linux-quilt/fs/dlm/config.c 2007-05-25 15:28:03.000000000 -0500 @@ -433,6 +433,7 @@ 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;