aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/config.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2007-01-09 09:44:01 -0600
committerSteven Whitehouse <swhiteho@redhat.com>2007-02-05 13:36:40 -0500
commit99fc64874aad1ee0aea5c4d8c07e3529f9d03497 (patch)
tree46d36b4d11d920e31bbbf04f5d62e676945550e6 /fs/dlm/config.h
parent68c817a1c4e21b893672ac73d8a498e6647453aa (diff)
downloadlinux-99fc64874aad1ee0aea5c4d8c07e3529f9d03497.tar.gz
[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 ce603e1c3bacd..1e978611a96e7 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;