aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/alloc.c')
-rw-r--r--fs/ocfs2/alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c
index 0cb4248e03cd..7e9cb753fba7 100644
--- a/fs/ocfs2/alloc.c
+++ b/fs/ocfs2/alloc.c
@@ -2209,8 +2209,8 @@ out:
2209 * 2209 *
2210 * Will return zero if the path passed in is already the leftmost path. 2210 * Will return zero if the path passed in is already the leftmost path.
2211 */ 2211 */
2212static int ocfs2_find_cpos_for_left_leaf(struct super_block *sb, 2212int ocfs2_find_cpos_for_left_leaf(struct super_block *sb,
2213 struct ocfs2_path *path, u32 *cpos) 2213 struct ocfs2_path *path, u32 *cpos)
2214{ 2214{
2215 int i, j, ret = 0; 2215 int i, j, ret = 0;
2216 u64 blkno; 2216 u64 blkno;