diff options
Diffstat (limited to 'fs/ocfs2/suballoc.h')
-rw-r--r-- | fs/ocfs2/suballoc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h index 9e026c8afee4..028fd633b44e 100644 --- a/fs/ocfs2/suballoc.h +++ b/fs/ocfs2/suballoc.h | |||
@@ -67,6 +67,9 @@ static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac) | |||
67 | int ocfs2_reserve_new_metadata(struct ocfs2_super *osb, | 67 | int ocfs2_reserve_new_metadata(struct ocfs2_super *osb, |
68 | struct ocfs2_extent_list *root_el, | 68 | struct ocfs2_extent_list *root_el, |
69 | struct ocfs2_alloc_context **ac); | 69 | struct ocfs2_alloc_context **ac); |
70 | int ocfs2_reserve_new_metadata_blocks(struct ocfs2_super *osb, | ||
71 | int blocks, | ||
72 | struct ocfs2_alloc_context **ac); | ||
70 | int ocfs2_reserve_new_inode(struct ocfs2_super *osb, | 73 | int ocfs2_reserve_new_inode(struct ocfs2_super *osb, |
71 | struct ocfs2_alloc_context **ac); | 74 | struct ocfs2_alloc_context **ac); |
72 | int ocfs2_reserve_clusters(struct ocfs2_super *osb, | 75 | int ocfs2_reserve_clusters(struct ocfs2_super *osb, |