Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37159
b: refs/heads/master
c: e132f54
h: refs/heads/master
i:
  37157: 9dde55e
  37155: 3dbca1c
  37151: 3f6e74b
v: v3
  • Loading branch information
Vlad Apostolov authored and Tim Shimmin committed Sep 28, 2006
1 parent 367c060 commit 4797218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22de606a0b9623bf15752808f123848a65a6cc28
refs/heads/master: e132f54ce8660bbf34723cc12cb11e6f61d6fbac
6 changes: 3 additions & 3 deletions trunk/fs/xfs/xfs_itable.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,13 +635,13 @@ xfs_bulkstat(
ubleft, private_data,
bno, &ubused, dip, &fmterror);
if (fmterror == BULKSTAT_RV_NOTHING) {
if (error == ENOMEM)
ubleft = 0;
else if (error) {
if (error == EFAULT) {
ubleft = 0;
rval = error;
break;
}
else if (error == ENOMEM)
ubleft = 0;
continue;
}
if (fmterror == BULKSTAT_RV_GIVEUP) {
Expand Down

0 comments on commit 4797218

Please sign in to comment.