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 bf873919b009..9e052445b0b5 100644 --- a/fs/ocfs2/dlm/dlmcommon.h +++ b/fs/ocfs2/dlm/dlmcommon.h | |||
@@ -849,6 +849,7 @@ void dlm_clean_master_list(struct dlm_ctxt *dlm, | |||
849 | u8 dead_node); | 849 | u8 dead_node); |
850 | int dlm_lock_basts_flushed(struct dlm_ctxt *dlm, struct dlm_lock *lock); | 850 | int dlm_lock_basts_flushed(struct dlm_ctxt *dlm, struct dlm_lock *lock); |
851 | 851 | ||
852 | int __dlm_lockres_unused(struct dlm_lock_resource *res); | ||
852 | 853 | ||
853 | static inline const char * dlm_lock_mode_name(int mode) | 854 | static inline const char * dlm_lock_mode_name(int mode) |
854 | { | 855 | { |