Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125909
b: refs/heads/master
c: 9047bea
h: refs/heads/master
i:
  125907: 014e424
v: v3
  • Loading branch information
Tao Ma authored and Mark Fasheh committed Jan 5, 2009
1 parent be38bee commit 0099313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dad7d975e4bd893c79fd122105b37b9a1776816a
refs/heads/master: 9047beabb8a396f0b18de1e4a9ab920cf92054af
4 changes: 2 additions & 2 deletions trunk/fs/ocfs2/alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3402,8 +3402,8 @@ static int ocfs2_merge_rec_left(struct inode *inode,
has_empty_extent = 1;
}

ret = ocfs2_path_bh_journal_access(handle, inode, left_path,
path_num_items(left_path) - 1);
ret = ocfs2_path_bh_journal_access(handle, inode, right_path,
path_num_items(right_path) - 1);
if (ret) {
mlog_errno(ret);
goto out;
Expand Down

0 comments on commit 0099313

Please sign in to comment.