mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
[XFS] pv 955157, rv bnaujok - break the loop on formatter() error
SGI-PV: 955157 SGI-Modid: xfs-linux-melb:xfs-kern:26866a Signed-off-by: Vlad Apostolov <vapo@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
This commit is contained in:
parent
955e47ad28
commit
22de606a0b
@ -637,6 +637,11 @@ xfs_bulkstat(
|
||||
if (fmterror == BULKSTAT_RV_NOTHING) {
|
||||
if (error == ENOMEM)
|
||||
ubleft = 0;
|
||||
else if (error) {
|
||||
ubleft = 0;
|
||||
rval = error;
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
if (fmterror == BULKSTAT_RV_GIVEUP) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user