Skip to content

Commit

Permalink
[XFS] 955947: Infinite loop in xfs_bulkstat() on formatter() error
Browse files Browse the repository at this point in the history
SGI-PV: 955947
SGI-Modid: xfs-linux-melb:xfs-kern:26986a

Signed-off-by: Vlad Apostolov <vapo@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
  • Loading branch information
Vlad Apostolov authored and Tim Shimmin committed Sep 28, 2006
1 parent 6f1f216 commit 6e73b41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/xfs/xfs_itable.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,8 @@ xfs_bulkstat(
}
else if (error == ENOMEM)
ubleft = 0;
else
lastino = ino;
continue;
}
if (fmterror == BULKSTAT_RV_GIVEUP) {
Expand Down

0 comments on commit 6e73b41

Please sign in to comment.