summaryrefslogtreecommitdiffstats
path: root/fs/dlm/config.h
diff options
context:
space:
mode:
authorDavid Teigland2007-01-09 16:44:01 +0100
committerSteven Whitehouse2007-02-05 19:36:40 +0100
commit99fc64874aad1ee0aea5c4d8c07e3529f9d03497 (patch)
tree46d36b4d11d920e31bbbf04f5d62e676945550e6 /fs/dlm/config.h
parent[DLM] rename dlm_config_info fields (diff)
downloadkernel-qcow2-linux-99fc64874aad1ee0aea5c4d8c07e3529f9d03497.tar.gz
kernel-qcow2-linux-99fc64874aad1ee0aea5c4d8c07e3529f9d03497.tar.xz
kernel-qcow2-linux-99fc64874aad1ee0aea5c4d8c07e3529f9d03497.zip
[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>
Diffstat (limited to 'fs/dlm/config.h')
-rw-r--r--fs/dlm/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/config.h b/fs/dlm/config.h
index ce603e1c3bac..1e978611a96e 100644
--- a/fs/dlm/config.h
+++ b/fs/dlm/config.h
@@ -25,6 +25,7 @@ struct dlm_config_info {
int ci_recover_timer;
int ci_toss_secs;
int ci_scan_secs;
+ int ci_log_debug;
};
extern struct dlm_config_info dlm_config;