diff options
author | David Teigland <teigland@redhat.com> | 2007-05-29 09:47:51 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2007-07-09 03:22:59 -0400 |
commit | 0b7cac0fb0e541a7f54d0ba55b31d829ce3dd899 (patch) | |
tree | 4319c315564972493c5d1cebefd01ccc2fd9bb8b /fs/dlm/config.c | |
parent | 9dd592d70be0db6fa8e4e19d7642cfaa424b200e (diff) |
[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 <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/dlm/config.c')
-rw-r--r-- | fs/dlm/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/config.c b/fs/dlm/config.c index 1b59fa56a599..5069b2cb5a1f 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, | |||
433 | cl->cl_toss_secs = dlm_config.ci_toss_secs; | 433 | cl->cl_toss_secs = dlm_config.ci_toss_secs; |
434 | cl->cl_scan_secs = dlm_config.ci_scan_secs; | 434 | cl->cl_scan_secs = dlm_config.ci_scan_secs; |
435 | cl->cl_log_debug = dlm_config.ci_log_debug; | 435 | cl->cl_log_debug = dlm_config.ci_log_debug; |
436 | cl->cl_protocol = dlm_config.ci_protocol; | ||
436 | cl->cl_timewarn_cs = dlm_config.ci_timewarn_cs; | 437 | cl->cl_timewarn_cs = dlm_config.ci_timewarn_cs; |
437 | 438 | ||
438 | space_list = &sps->ss_group; | 439 | space_list = &sps->ss_group; |