aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmthread.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-12-19 11:16:07 -0800
committerJoel Becker <joel.becker@oracle.com>2006-01-03 11:45:55 -0800
commit82353b594c784deabb8d9764b477e65c2b3726f9 (patch)
tree9182f0ac8aeca6ab49953da7c346a74d5853bd94 /fs/ocfs2/dlm/dlmthread.c
parentb4e40a51881931bfcbc78a585e875bb2784d6d10 (diff)
downloadkernel_samsung_smdk4412-82353b594c784deabb8d9764b477e65c2b3726f9.zip
kernel_samsung_smdk4412-82353b594c784deabb8d9764b477e65c2b3726f9.tar.gz
kernel_samsung_smdk4412-82353b594c784deabb8d9764b477e65c2b3726f9.tar.bz2
[PATCH] This patch contains the following cleanups:
- cluster/sys.c: make needlessly global code static - dlm/: "extern" declarations for variables belong into header files (and in this case, they are already in dlmdomain.h) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/dlm/dlmthread.c')
-rw-r--r--fs/ocfs2/dlm/dlmthread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ocfs2/dlm/dlmthread.c b/fs/ocfs2/dlm/dlmthread.c
index 92cd5cd..5be9d14 100644
--- a/fs/ocfs2/dlm/dlmthread.c
+++ b/fs/ocfs2/dlm/dlmthread.c
@@ -52,9 +52,6 @@
#define MLOG_MASK_PREFIX (ML_DLM|ML_DLM_THREAD)
#include "cluster/masklog.h"
-extern spinlock_t dlm_domain_lock;
-extern struct list_head dlm_domains;
-
static int dlm_thread(void *data);
static void dlm_flush_asts(struct dlm_ctxt *dlm);