diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmthread.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmthread.c | 3 |
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, | |||
154 | spin_unlock(&dlm->spinlock); | 154 | spin_unlock(&dlm->spinlock); |
155 | } | 155 | } |
156 | 156 | ||
157 | int dlm_purge_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) | 157 | static int dlm_purge_lockres(struct dlm_ctxt *dlm, |
158 | struct dlm_lock_resource *res) | ||
158 | { | 159 | { |
159 | int master; | 160 | int master; |
160 | int ret = 0; | 161 | int ret = 0; |