diff options
author | Zhilong Liu <zlliu@suse.com> | 2016-06-19 23:52:46 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2016-06-21 09:04:24 -0500 |
commit | 505ee5283c3d23220dfbf7630bfc4efdc391e743 (patch) | |
tree | df0138f800d0985a808c53901ad18f1d6f45990d /fs/dlm/config.h | |
parent | 33688abb2802ff3a230bd2441f765477b94cc89e (diff) | |
download | linux-505ee5283c3d23220dfbf7630bfc4efdc391e743.tar.bz2 |
dlm: add log_info config option
This config option can be used to disable the
LOG_INFO recovery messages.
Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/config.h')
-rw-r--r-- | fs/dlm/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/config.h b/fs/dlm/config.h index f30697bc2780..6041eec886ab 100644 --- a/fs/dlm/config.h +++ b/fs/dlm/config.h @@ -31,6 +31,7 @@ struct dlm_config_info { int ci_toss_secs; int ci_scan_secs; int ci_log_debug; + int ci_log_info; int ci_protocol; int ci_timewarn_cs; int ci_waitwarn_us; |