[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>
This commit is contained in:
Adrian Bunk
2006-12-14 00:17:32 +01:00
committed by Mark Fasheh
parent ba2bf21851
commit faf0ec9f13
3 changed files with 7 additions and 10 deletions

View File

@@ -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;