> @@ -1106,6 +1111,9 @@ xfs_reclaim_inodes( > /* push the AIL to clean dirty reclaimable inodes */ > xfs_ail_push_all(mp->m_ail); > > + /* push the AIL to clean dirty reclaimable inodes */ > + xfs_ail_push_all(mp->m_ail); > + This is adding the third xfs_ail_push_all in a row with no comments why we'd want to do it multiple times. Is that a merge error or is there a good reason for that?