aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/xfs_trans_ail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans_ail.c b/fs/xfs/xfs_trans_ail.c
index 512ff646d01c..4e3f9bbe0141 100644
--- a/fs/xfs/xfs_trans_ail.c
+++ b/fs/xfs/xfs_trans_ail.c
@@ -434,7 +434,7 @@ xfsaild_push(
434 434
435 if (!IOP_PUSHBUF(lip)) { 435 if (!IOP_PUSHBUF(lip)) {
436 stuck++; 436 stuck++;
437 flush_log = 1; 437 ailp->xa_log_flush++;
438 } else { 438 } else {
439 ailp->xa_last_pushed_lsn = lsn; 439 ailp->xa_last_pushed_lsn = lsn;
440 } 440 }