Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37158
b: refs/heads/master
c: 22de606
h: refs/heads/master
v: v3
  • Loading branch information
Vlad Apostolov authored and Tim Shimmin committed Sep 28, 2006
1 parent 9dde55e commit 367c060
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 955e47ad28b5b255ddcd7eb9cb814a269dc6e991
refs/heads/master: 22de606a0b9623bf15752808f123848a65a6cc28
5 changes: 5 additions & 0 deletions trunk/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 367c060

Please sign in to comment.