Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124869
b: refs/heads/master
c: 7ee49ac
h: refs/heads/master
i:
  124867: b99d210
v: v3
  • Loading branch information
David Chinner authored and Lachlan McIlroy committed Oct 30, 2008
1 parent f9570ab commit 66bbf1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9ed0451ee0a13469f7b38e4ced8974036f6d114f
refs/heads/master: 7ee49acfe54883f16d28d9486b789431a5804d18
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_trans_ail.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ xfs_trans_ail_cursor_first(

list_for_each_entry(lip, &ailp->xa_ail, li_ail) {
if (XFS_LSN_CMP(lip->li_lsn, lsn) >= 0)
break;
goto out;
}
lip = NULL;
out:
Expand Down

0 comments on commit 66bbf1e

Please sign in to comment.