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: Tristan Ye <tristan.ye@oracle.com> Acked-by: Mark Fasheh <mfasheh@suse.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
This commit is contained in:
@@ -2209,8 +2209,8 @@ out:
|
||||
*
|
||||
* 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,
|
||||
struct ocfs2_path *path, u32 *cpos)
|
||||
int ocfs2_find_cpos_for_left_leaf(struct super_block *sb,
|
||||
struct ocfs2_path *path, u32 *cpos)
|
||||
{
|
||||
int i, j, ret = 0;
|
||||
u64 blkno;
|
||||
|
Reference in New Issue
Block a user