From f1091b071e5c6a5fcde811f8c7d31411fbb13d63 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Fri, 6 May 2011 02:54:06 +0000 Subject: [PATCH] --- yaml --- r: 250065 b: refs/heads/master c: cb64026b6e8af50db598ec7c3f59d504259b00bb h: refs/heads/master i: 250063: 31c6307b283c14c1b16a399a597ee1176a4d5d6a v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_trans_ail.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a83a4e9d6a28..677f01423f7b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea35a20021f8497390d05b93271b4d675516c654 +refs/heads/master: cb64026b6e8af50db598ec7c3f59d504259b00bb diff --git a/trunk/fs/xfs/xfs_trans_ail.c b/trunk/fs/xfs/xfs_trans_ail.c index 226c58bd62e0..9f427c2597bb 100644 --- a/trunk/fs/xfs/xfs_trans_ail.c +++ b/trunk/fs/xfs/xfs_trans_ail.c @@ -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