diff options
Diffstat (limited to 'fs/xfs/xfs_itable.c')
-rw-r--r-- | fs/xfs/xfs_itable.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_itable.c b/fs/xfs/xfs_itable.c index f71be9c68017..f1deb961a296 100644 --- a/fs/xfs/xfs_itable.c +++ b/fs/xfs/xfs_itable.c | |||
@@ -639,7 +639,8 @@ next_ag: | |||
639 | xfs_buf_relse(agbp); | 639 | xfs_buf_relse(agbp); |
640 | agbp = NULL; | 640 | agbp = NULL; |
641 | agino = 0; | 641 | agino = 0; |
642 | } while (++agno < mp->m_sb.sb_agcount); | 642 | agno++; |
643 | } while (agno < mp->m_sb.sb_agcount); | ||
643 | 644 | ||
644 | if (!error) { | 645 | if (!error) { |
645 | if (bufidx) { | 646 | if (bufidx) { |