diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmrecovery.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmrecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c index 22e6a5b69584..da399013516f 100644 --- a/fs/ocfs2/dlm/dlmrecovery.c +++ b/fs/ocfs2/dlm/dlmrecovery.c | |||
@@ -354,7 +354,7 @@ int dlm_is_node_dead(struct dlm_ctxt *dlm, u8 node) | |||
354 | 354 | ||
355 | /* returns true if node is no longer in the domain | 355 | /* returns true if node is no longer in the domain |
356 | * could be dead or just not joined */ | 356 | * could be dead or just not joined */ |
357 | int dlm_is_node_recovered(struct dlm_ctxt *dlm, u8 node) | 357 | static int dlm_is_node_recovered(struct dlm_ctxt *dlm, u8 node) |
358 | { | 358 | { |
359 | int recovered; | 359 | int recovered; |
360 | spin_lock(&dlm->spinlock); | 360 | spin_lock(&dlm->spinlock); |