]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ocfs2/alloc.c
Ocfs2: Make ocfs2_find_cpos_for_left_leaf() public.
[karo-tx-linux.git] / fs / ocfs2 / alloc.c
index 0cb4248e03cd798910a71ff29c5aa75939e1ce75..7e9cb753fba79102f48574237b80c3b8ea5a69da 100644 (file)
@@ -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;