From 505ee5283c3d23220dfbf7630bfc4efdc391e743 Mon Sep 17 00:00:00 2001 From: Zhilong Liu Date: Sun, 19 Jun 2016 23:52:46 -0500 Subject: dlm: add log_info config option This config option can be used to disable the LOG_INFO recovery messages. Signed-off-by: Zhilong Liu Signed-off-by: David Teigland --- fs/dlm/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/dlm/config.h') 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; -- cgit v1.2.3