mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[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
@ -647,6 +647,8 @@ xfs_bulkstat(
|
||||
}
|
||||
else if (error == ENOMEM)
|
||||
ubleft = 0;
|
||||
else
|
||||
lastino = ino;
|
||||
continue;
|
||||
}
|
||||
if (fmterror == BULKSTAT_RV_GIVEUP) {
|
||||
|
Loading…
Reference in New Issue
Block a user