diff options
author | Vlad Apostolov <vapo@sgi.com> | 2006-09-27 21:06:21 -0400 |
---|---|---|
committer | Tim Shimmin <tes@sgi.com> | 2006-09-27 21:06:21 -0400 |
commit | 6e73b418887675da18602550ca296211caeb3897 (patch) | |
tree | 52b5b7533038dd3f21854787917c37c97093a4f8 /fs/xfs | |
parent | 6f1f21684078884b62cfff2ea80a1a6c07f79824 (diff) |
[XFS] 955947: Infinite loop in xfs_bulkstat() on formatter() error
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_itable.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_itable.c b/fs/xfs/xfs_itable.c index 80e5b96f5027..7775ddc0b3c6 100644 --- a/fs/xfs/xfs_itable.c +++ b/fs/xfs/xfs_itable.c | |||
@@ -647,6 +647,8 @@ xfs_bulkstat( | |||
647 | } | 647 | } |
648 | else if (error == ENOMEM) | 648 | else if (error == ENOMEM) |
649 | ubleft = 0; | 649 | ubleft = 0; |
650 | else | ||
651 | lastino = ino; | ||
650 | continue; | 652 | continue; |
651 | } | 653 | } |
652 | if (fmterror == BULKSTAT_RV_GIVEUP) { | 654 | if (fmterror == BULKSTAT_RV_GIVEUP) { |