aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmthread.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-12-14 00:17:32 +0100
committerMark Fasheh <mark.fasheh@oracle.com>2007-02-07 11:53:31 -0800
commitfaf0ec9f13defb57f4269ecb22ed86f2874ee89a (patch)
tree6bb4f4f39f4f5333aa56b03c727d1a3f2cd4da42 /fs/ocfs2/dlm/dlmthread.c
parentocfs2_dlm: fix cluster-wide refcounting of lock resources (diff)
downloadlinux-dev-faf0ec9f13defb57f4269ecb22ed86f2874ee89a.tar.xz
linux-dev-faf0ec9f13defb57f4269ecb22ed86f2874ee89a.zip
[PATCH] fs/ocfs2/dlm/: make functions static
This patch makes some needlessly global functions static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to '')
-rw-r--r--fs/ocfs2/dlm/dlmthread.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmthread.c b/fs/ocfs2/dlm/dlmthread.c
index 620eb824ce1d..baa99979904c 100644
--- a/fs/ocfs2/dlm/dlmthread.c
+++ b/fs/ocfs2/dlm/dlmthread.c
@@ -154,7 +154,8 @@ void dlm_lockres_calc_usage(struct dlm_ctxt *dlm,
spin_unlock(&dlm->spinlock);
}
-int dlm_purge_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res)
+static int dlm_purge_lockres(struct dlm_ctxt *dlm,
+ struct dlm_lock_resource *res)
{
int master;
int ret = 0;