]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/suballoc.h
ocfs2: Make ocfs2_extent_tree the first-class representation of a tree.
[~andy/linux] / fs / ocfs2 / suballoc.h
index 028fd633b44eb8a8d808618ce10d93eb3eb70c59..dd0963695edc4497201ae9d5a5c982abc5268ba7 100644 (file)
@@ -165,10 +165,8 @@ u64 ocfs2_which_cluster_group(struct inode *inode, u32 cluster);
 int ocfs2_check_group_descriptor(struct super_block *sb,
                                 struct ocfs2_dinode *di,
                                 struct ocfs2_group_desc *gd);
-int ocfs2_lock_allocators(struct inode *inode, struct buffer_head *root_bh,
-                         struct ocfs2_extent_list *root_el,
+int ocfs2_lock_allocators(struct inode *inode, struct ocfs2_extent_tree *et,
                          u32 clusters_to_add, u32 extents_to_split,
                          struct ocfs2_alloc_context **data_ac,
-                         struct ocfs2_alloc_context **meta_ac,
-                         enum ocfs2_extent_tree_type type, void *private);
+                         struct ocfs2_alloc_context **meta_ac);
 #endif /* _CHAINALLOC_H_ */