xfs: put in missed fix for merge problem

I intended to do this as part of fixing part of the conflict with
the merge with Linus' tree, but evidently it didn't get included in
the commit.

Signed-off-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Alex Elder 2011-10-18 20:00:14 +00:00
Родитель 9508534c5f
Коммит 2900b33999
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -434,7 +434,7 @@ xfsaild_push(
if (!IOP_PUSHBUF(lip)) { if (!IOP_PUSHBUF(lip)) {
stuck++; stuck++;
flush_log = 1; ailp->xa_log_flush++;
} else { } else {
ailp->xa_last_pushed_lsn = lsn; ailp->xa_last_pushed_lsn = lsn;
} }