Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312101
b: refs/heads/master
c: 62b62ad
h: refs/heads/master
i:
  312099: 0dfca2e
v: v3
  • Loading branch information
Boaz Harrosh committed Jul 20, 2012
1 parent dda2c77 commit fbf99c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 9ff19309a9623f2963ac5a136782ea4d8b5d67fb
refs/heads/master: 62b62ad873f2accad9222a4d7ffbe1e93f6714c1
8 changes: 1 addition & 7 deletions trunk/fs/exofs/ore.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,13 +735,7 @@ static int _prepare_for_striping(struct ore_io_state *ios)
out:
ios->numdevs = devs_in_group;
ios->pages_consumed = cur_pg;
if (unlikely(ret)) {
if (length == ios->length)
return ret;
else
ios->length -= length;
}
return 0;
return ret;
}

int ore_create(struct ore_io_state *ios)
Expand Down

0 comments on commit fbf99c0

Please sign in to comment.