Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250065
b: refs/heads/master
c: cb64026
h: refs/heads/master
i:
  250063: 31c6307
v: v3
  • Loading branch information
Dave Chinner authored and Alex Elder committed May 9, 2011
1 parent c1b48ee commit f1091b0
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: ea35a20021f8497390d05b93271b4d675516c654
refs/heads/master: cb64026b6e8af50db598ec7c3f59d504259b00bb
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 @@ -387,7 +387,7 @@ xfs_ail_worker(
* lots of contention on the AIL lists.
*/
lsn = lip->li_lsn;
while ((XFS_LSN_CMP(lip->li_lsn, target) < 0)) {
while ((XFS_LSN_CMP(lip->li_lsn, target) <= 0)) {
int lock_result;
/*
* If we can lock the item without sleeping, unlock the AIL
Expand Down

0 comments on commit f1091b0

Please sign in to comment.