Skip to content

Commit

Permalink
[XFS] pv 955157, rv bnaujok - break the loop on formatter() error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vlad Apostolov authored and Tim Shimmin committed Sep 28, 2006
1 parent 955e47a commit 22de606
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fs/xfs/xfs_itable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 22de606

Please sign in to comment.