diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmcommon.h')
-rw-r--r-- | fs/ocfs2/dlm/dlmcommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/dlm/dlmcommon.h b/fs/ocfs2/dlm/dlmcommon.h index 829cc3948804..9bea5c6ef9bf 100644 --- a/fs/ocfs2/dlm/dlmcommon.h +++ b/fs/ocfs2/dlm/dlmcommon.h | |||
@@ -710,6 +710,7 @@ void dlm_wait_for_recovery(struct dlm_ctxt *dlm); | |||
710 | void dlm_kick_recovery_thread(struct dlm_ctxt *dlm); | 710 | void dlm_kick_recovery_thread(struct dlm_ctxt *dlm); |
711 | int dlm_is_node_dead(struct dlm_ctxt *dlm, u8 node); | 711 | int dlm_is_node_dead(struct dlm_ctxt *dlm, u8 node); |
712 | int dlm_wait_for_node_death(struct dlm_ctxt *dlm, u8 node, int timeout); | 712 | int dlm_wait_for_node_death(struct dlm_ctxt *dlm, u8 node, int timeout); |
713 | int dlm_wait_for_node_recovery(struct dlm_ctxt *dlm, u8 node, int timeout); | ||
713 | 714 | ||
714 | void dlm_put(struct dlm_ctxt *dlm); | 715 | void dlm_put(struct dlm_ctxt *dlm); |
715 | struct dlm_ctxt *dlm_grab(struct dlm_ctxt *dlm); | 716 | struct dlm_ctxt *dlm_grab(struct dlm_ctxt *dlm); |