commit | 505ee5283c3d23220dfbf7630bfc4efdc391e743 | [log] [tgz] |
---|---|---|
author | Zhilong Liu <zlliu@suse.com> | Sun Jun 19 23:52:46 2016 -0500 |
committer | David Teigland <teigland@redhat.com> | Tue Jun 21 09:04:24 2016 -0500 |
tree | df0138f800d0985a808c53901ad18f1d6f45990d | |
parent | 33688abb2802ff3a230bd2441f765477b94cc89e [diff] [blame] |
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>
diff --git a/fs/dlm/config.h b/fs/dlm/config.h index f30697b..6041eec 100644 --- a/fs/dlm/config.h +++ b/fs/dlm/config.h
@@ -31,6 +31,7 @@ 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;