Updated to 2.6.32.27
/fs/ocfs2/alloc.h
blob:9c122d574464284ef5c998e53f3685939c76213b -> blob:1db4359ccb90b61521a0167be7581eb91e823d83
--- fs/ocfs2/alloc.h
+++ fs/ocfs2/alloc.h
@@ -317,4 +317,9 @@ int ocfs2_path_bh_journal_access(handle_
int ocfs2_journal_access_path(struct ocfs2_caching_info *ci,
handle_t *handle,
struct ocfs2_path *path);
+int ocfs2_find_cpos_for_right_leaf(struct super_block *sb,
+ struct ocfs2_path *path, u32 *cpos);
+int ocfs2_find_subtree_root(struct ocfs2_extent_tree *et,
+ struct ocfs2_path *left,
+ struct ocfs2_path *right);
#endif /* OCFS2_ALLOC_H */