aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lockspace.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-11-03 01:04:30 +0100
committerDavid Teigland <teigland@redhat.com>2008-01-29 17:16:52 -0600
commite028398da7615dd3a795505ddf7942506bbb49bd (patch)
treefde1547e7113147ff7594e9c15ff71473af63201 /fs/dlm/lockspace.c
parent6bd8fedaa16da1e24f38712ee759950d8c5f4f09 (diff)
downloadkernel_samsung_smdk4412-e028398da7615dd3a795505ddf7942506bbb49bd.zip
kernel_samsung_smdk4412-e028398da7615dd3a795505ddf7942506bbb49bd.tar.gz
kernel_samsung_smdk4412-e028398da7615dd3a795505ddf7942506bbb49bd.tar.bz2
dlm: proper prototypes
This patch adds a proper prototype for some functions in fs/dlm/dlm_internal.h Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/lockspace.c')
-rw-r--r--fs/dlm/lockspace.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace.c
index 5c108c4..a0de1cb 100644
--- a/fs/dlm/lockspace.c
+++ b/fs/dlm/lockspace.c
@@ -24,14 +24,6 @@
#include "recover.h"
#include "requestqueue.h"
-#ifdef CONFIG_DLM_DEBUG
-int dlm_create_debug_file(struct dlm_ls *ls);
-void dlm_delete_debug_file(struct dlm_ls *ls);
-#else
-static inline int dlm_create_debug_file(struct dlm_ls *ls) { return 0; }
-static inline void dlm_delete_debug_file(struct dlm_ls *ls) { }
-#endif
-
static int ls_count;
static struct mutex ls_lock;
static struct list_head lslist;