[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:
committed by
Tim Shimmin
parent
6f1f216840
commit
6e73b41888
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user