Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e73b418 authored by Vlad Apostolov's avatar Vlad Apostolov Committed by Tim Shimmin
Browse files

[XFS] 955947: Infinite loop in xfs_bulkstat() on formatter() error



SGI-PV: 955947
SGI-Modid: xfs-linux-melb:xfs-kern:26986a

Signed-off-by: default avatarVlad Apostolov <vapo@sgi.com>
Signed-off-by: default avatarTim Shimmin <tes@sgi.com>
parent 6f1f2168
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -647,6 +647,8 @@ xfs_bulkstat(
                                        }
					else if (error == ENOMEM)
						ubleft = 0;
					else
						lastino = ino;
					continue;
				}
				if (fmterror == BULKSTAT_RV_GIVEUP) {