[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>
This commit is contained in:
parent
6f1f216840
commit
6e73b41888
1 changed files with 2 additions and 0 deletions
|
@ -647,6 +647,8 @@ xfs_bulkstat(
|
||||||
}
|
}
|
||||||
else if (error == ENOMEM)
|
else if (error == ENOMEM)
|
||||||
ubleft = 0;
|
ubleft = 0;
|
||||||
|
else
|
||||||
|
lastino = ino;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (fmterror == BULKSTAT_RV_GIVEUP) {
|
if (fmterror == BULKSTAT_RV_GIVEUP) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue