diff options
Diffstat (limited to 'fs/ocfs2/journal.h')
-rw-r--r-- | fs/ocfs2/journal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ocfs2/journal.h b/fs/ocfs2/journal.h index 6163f28badda..b2dc125c6e9a 100644 --- a/fs/ocfs2/journal.h +++ b/fs/ocfs2/journal.h | |||
@@ -281,6 +281,9 @@ int ocfs2_journal_access_di(handle_t *handle, struct ocfs2_caching_info *ci, | |||
281 | /* ocfs2_extent_block */ | 281 | /* ocfs2_extent_block */ |
282 | int ocfs2_journal_access_eb(handle_t *handle, struct ocfs2_caching_info *ci, | 282 | int ocfs2_journal_access_eb(handle_t *handle, struct ocfs2_caching_info *ci, |
283 | struct buffer_head *bh, int type); | 283 | struct buffer_head *bh, int type); |
284 | /* ocfs2_refcount_block */ | ||
285 | int ocfs2_journal_access_rb(handle_t *handle, struct ocfs2_caching_info *ci, | ||
286 | struct buffer_head *bh, int type); | ||
284 | /* ocfs2_group_desc */ | 287 | /* ocfs2_group_desc */ |
285 | int ocfs2_journal_access_gd(handle_t *handle, struct ocfs2_caching_info *ci, | 288 | int ocfs2_journal_access_gd(handle_t *handle, struct ocfs2_caching_info *ci, |
286 | struct buffer_head *bh, int type); | 289 | struct buffer_head *bh, int type); |