提交 ee149a7c 编写于 作者: T Tristan Ye 提交者: Joel Becker

Ocfs2: Make ocfs2_find_cpos_for_left_leaf() public.

The original idea to pull ocfs2_find_cpos_for_left_leaf() out of
alloc.c is to benefit punching-holes optimization patch, it however,
can also be referred by other funcs in the future who want to do the
same job.
Signed-off-by: NTristan Ye <tristan.ye@oracle.com>
Acked-by: NMark Fasheh <mfasheh@suse.com>
Signed-off-by: NJoel Becker <joel.becker@oracle.com>
上级 e8aec068
...@@ -2209,7 +2209,7 @@ static int ocfs2_rotate_subtree_right(handle_t *handle, ...@@ -2209,7 +2209,7 @@ static int ocfs2_rotate_subtree_right(handle_t *handle,
* *
* Will return zero if the path passed in is already the leftmost path. * Will return zero if the path passed in is already the leftmost path.
*/ */
static int ocfs2_find_cpos_for_left_leaf(struct super_block *sb, int ocfs2_find_cpos_for_left_leaf(struct super_block *sb,
struct ocfs2_path *path, u32 *cpos) struct ocfs2_path *path, u32 *cpos)
{ {
int i, j, ret = 0; int i, j, ret = 0;
......
...@@ -319,6 +319,8 @@ int ocfs2_journal_access_path(struct ocfs2_caching_info *ci, ...@@ -319,6 +319,8 @@ int ocfs2_journal_access_path(struct ocfs2_caching_info *ci,
struct ocfs2_path *path); struct ocfs2_path *path);
int ocfs2_find_cpos_for_right_leaf(struct super_block *sb, int ocfs2_find_cpos_for_right_leaf(struct super_block *sb,
struct ocfs2_path *path, u32 *cpos); struct ocfs2_path *path, u32 *cpos);
int ocfs2_find_cpos_for_left_leaf(struct super_block *sb,
struct ocfs2_path *path, u32 *cpos);
int ocfs2_find_subtree_root(struct ocfs2_extent_tree *et, int ocfs2_find_subtree_root(struct ocfs2_extent_tree *et,
struct ocfs2_path *left, struct ocfs2_path *left,
struct ocfs2_path *right); struct ocfs2_path *right);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册