diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmcommon.h')
-rw-r--r-- | fs/ocfs2/dlm/dlmcommon.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/ocfs2/dlm/dlmcommon.h b/fs/ocfs2/dlm/dlmcommon.h index dc8ea666efdb..7525a8ae3943 100644 --- a/fs/ocfs2/dlm/dlmcommon.h +++ b/fs/ocfs2/dlm/dlmcommon.h | |||
@@ -963,9 +963,16 @@ static inline void __dlm_wait_on_lockres(struct dlm_lock_resource *res) | |||
963 | DLM_LOCK_RES_MIGRATING)); | 963 | DLM_LOCK_RES_MIGRATING)); |
964 | } | 964 | } |
965 | 965 | ||
966 | /* create/destroy slab caches */ | ||
967 | int dlm_init_master_caches(void); | ||
968 | void dlm_destroy_master_caches(void); | ||
969 | |||
970 | int dlm_init_lock_cache(void); | ||
971 | void dlm_destroy_lock_cache(void); | ||
966 | 972 | ||
967 | int dlm_init_mle_cache(void); | 973 | int dlm_init_mle_cache(void); |
968 | void dlm_destroy_mle_cache(void); | 974 | void dlm_destroy_mle_cache(void); |
975 | |||
969 | void dlm_hb_event_notify_attached(struct dlm_ctxt *dlm, int idx, int node_up); | 976 | void dlm_hb_event_notify_attached(struct dlm_ctxt *dlm, int idx, int node_up); |
970 | int dlm_drop_lockres_ref(struct dlm_ctxt *dlm, | 977 | int dlm_drop_lockres_ref(struct dlm_ctxt *dlm, |
971 | struct dlm_lock_resource *res); | 978 | struct dlm_lock_resource *res); |