summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.h
diff options
context:
space:
mode:
authorAdrian Bunk2008-01-28 23:11:41 +0100
committerMark Fasheh2008-03-04 00:50:21 +0100
commit006000566d4e95b8d1924addfb41094acf0d5ec2 (patch)
tree4f0617f1d7dcc1728e8d6e3bff17dbf510af4bb9 /fs/ocfs2/dlmglue.h
parent[PATCH] ocfs2: le*_add_cpu conversion (diff)
downloadkernel-qcow2-linux-006000566d4e95b8d1924addfb41094acf0d5ec2.tar.gz
kernel-qcow2-linux-006000566d4e95b8d1924addfb41094acf0d5ec2.tar.xz
kernel-qcow2-linux-006000566d4e95b8d1924addfb41094acf0d5ec2.zip
[2.6 patch] fs/ocfs2/: possible cleanups
This patch contains the following cleanups that are now possible: - make the following needlessly global functions static: - dlmglue.c:ocfs2_process_blocked_lock() - heartbeat.c:ocfs2_node_map_init() - #if 0 the following unused global function plus support functions: - heartbeat.c:ocfs2_node_map_is_only() Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/dlmglue.h')
-rw-r--r--fs/ocfs2/dlmglue.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/dlmglue.h b/fs/ocfs2/dlmglue.h
index 1d5b0699d0a9..e3cf902404b4 100644
--- a/fs/ocfs2/dlmglue.h
+++ b/fs/ocfs2/dlmglue.h
@@ -109,8 +109,6 @@ void ocfs2_simple_drop_lockres(struct ocfs2_super *osb,
struct ocfs2_lock_res *lockres);
/* for the downconvert thread */
-void ocfs2_process_blocked_lock(struct ocfs2_super *osb,
- struct ocfs2_lock_res *lockres);
void ocfs2_wake_downconvert_thread(struct ocfs2_super *osb);
struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void);