diff options
-rw-r--r-- | fs/ocfs2/alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c index 874c0bd9e1cc..54ff4c77aaa3 100644 --- a/fs/ocfs2/alloc.c +++ b/fs/ocfs2/alloc.c | |||
@@ -3402,8 +3402,8 @@ static int ocfs2_merge_rec_left(struct inode *inode, | |||
3402 | has_empty_extent = 1; | 3402 | has_empty_extent = 1; |
3403 | } | 3403 | } |
3404 | 3404 | ||
3405 | ret = ocfs2_path_bh_journal_access(handle, inode, left_path, | 3405 | ret = ocfs2_path_bh_journal_access(handle, inode, right_path, |
3406 | path_num_items(left_path) - 1); | 3406 | path_num_items(right_path) - 1); |
3407 | if (ret) { | 3407 | if (ret) { |
3408 | mlog_errno(ret); | 3408 | mlog_errno(ret); |
3409 | goto out; | 3409 | goto out; |