summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmmaster.c
diff options
context:
space:
mode:
authorAdrian Bunk2008-02-17 09:20:41 +0100
committerMark Fasheh2008-03-04 00:50:21 +0100
commit05488bbebe3deedbc5d58a1832f563ff96bc2ef6 (patch)
tree87ccc17daca7b1be9e26de123ac69e705d1eb699 /fs/ocfs2/dlm/dlmmaster.c
parent[2.6 patch] make ocfs2_downconvert_thread() static (diff)
downloadkernel-qcow2-linux-05488bbebe3deedbc5d58a1832f563ff96bc2ef6.tar.gz
kernel-qcow2-linux-05488bbebe3deedbc5d58a1832f563ff96bc2ef6.tar.xz
kernel-qcow2-linux-05488bbebe3deedbc5d58a1832f563ff96bc2ef6.zip
[2.6 patch] ocfs2: make dlm_do_assert_master() static
This patch makes the needlessly global dlm_do_assert_master() static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/dlm/dlmmaster.c')
-rw-r--r--fs/ocfs2/dlm/dlmmaster.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c
index a54d33d95ada..c92d1b19fc0b 100644
--- a/fs/ocfs2/dlm/dlmmaster.c
+++ b/fs/ocfs2/dlm/dlmmaster.c
@@ -1695,9 +1695,9 @@ send_response:
* can periodically run all locks owned by this node
* and re-assert across the cluster...
*/
-int dlm_do_assert_master(struct dlm_ctxt *dlm,
- struct dlm_lock_resource *res,
- void *nodemap, u32 flags)
+static int dlm_do_assert_master(struct dlm_ctxt *dlm,
+ struct dlm_lock_resource *res,
+ void *nodemap, u32 flags)
{
struct dlm_assert_master assert;
int to, tmpret;