[DLM] add config entry to enable log_debug
Add a new dlm_config_info field to enable log_debug output and change
log_debug() to use it.
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/fs/dlm/config.h b/fs/dlm/config.h
index ce603e1c..1e97861 100644
--- a/fs/dlm/config.h
+++ b/fs/dlm/config.h
@@ -25,6 +25,7 @@
int ci_recover_timer;
int ci_toss_secs;
int ci_scan_secs;
+ int ci_log_debug;
};
extern struct dlm_config_info dlm_config;