diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmdebug.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmdebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmdebug.c b/fs/ocfs2/dlm/dlmdebug.c index e33cd7a3c582..18f13c2e4a10 100644 --- a/fs/ocfs2/dlm/dlmdebug.c +++ b/fs/ocfs2/dlm/dlmdebug.c | |||
@@ -338,7 +338,7 @@ void dlm_print_one_mle(struct dlm_master_list_entry *mle) | |||
338 | 338 | ||
339 | #ifdef CONFIG_DEBUG_FS | 339 | #ifdef CONFIG_DEBUG_FS |
340 | 340 | ||
341 | static struct dentry *dlm_debugfs_root = NULL; | 341 | static struct dentry *dlm_debugfs_root; |
342 | 342 | ||
343 | #define DLM_DEBUGFS_DIR "o2dlm" | 343 | #define DLM_DEBUGFS_DIR "o2dlm" |
344 | #define DLM_DEBUGFS_DLM_STATE "dlm_state" | 344 | #define DLM_DEBUGFS_DLM_STATE "dlm_state" |