diff options
Diffstat (limited to 'fs/ocfs2/suballoc.h')
-rw-r--r-- | fs/ocfs2/suballoc.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h index 028fd633b44e..dd0963695edc 100644 --- a/fs/ocfs2/suballoc.h +++ b/fs/ocfs2/suballoc.h | |||
@@ -165,10 +165,8 @@ u64 ocfs2_which_cluster_group(struct inode *inode, u32 cluster); | |||
165 | int ocfs2_check_group_descriptor(struct super_block *sb, | 165 | int ocfs2_check_group_descriptor(struct super_block *sb, |
166 | struct ocfs2_dinode *di, | 166 | struct ocfs2_dinode *di, |
167 | struct ocfs2_group_desc *gd); | 167 | struct ocfs2_group_desc *gd); |
168 | int ocfs2_lock_allocators(struct inode *inode, struct buffer_head *root_bh, | 168 | int ocfs2_lock_allocators(struct inode *inode, struct ocfs2_extent_tree *et, |
169 | struct ocfs2_extent_list *root_el, | ||
170 | u32 clusters_to_add, u32 extents_to_split, | 169 | u32 clusters_to_add, u32 extents_to_split, |
171 | struct ocfs2_alloc_context **data_ac, | 170 | struct ocfs2_alloc_context **data_ac, |
172 | struct ocfs2_alloc_context **meta_ac, | 171 | struct ocfs2_alloc_context **meta_ac); |
173 | enum ocfs2_extent_tree_type type, void *private); | ||
174 | #endif /* _CHAINALLOC_H_ */ | 172 | #endif /* _CHAINALLOC_H_ */ |