Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281441
b: refs/heads/master
c: ffefb8e
h: refs/heads/master
i:
  281439: c62e999
v: v3
  • Loading branch information
Boaz Harrosh committed Jan 6, 2012
1 parent dd481a0 commit 0a2e9ee
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: 831c2dc5f47c1dc79c32229d75065ada1dcc66e1
refs/heads/master: ffefb8eaa367e8a5c14f779233d9da1fbc23d164
6 changes: 3 additions & 3 deletions trunk/fs/exofs/ore.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,10 @@ int ore_check_io(struct ore_io_state *ios, ore_on_dev_error on_dev_error)
u64 residual = ios->reading ?
or->in.residual : or->out.residual;
u64 offset = (ios->offset + ios->length) - residual;
struct ore_dev *od = ios->oc->ods[
per_dev->dev - ios->oc->first_dev];
unsigned dev = per_dev->dev - ios->oc->first_dev;
struct ore_dev *od = ios->oc->ods[dev];

on_dev_error(ios, od, per_dev->dev, osi.osd_err_pri,
on_dev_error(ios, od, dev, osi.osd_err_pri,
offset, residual);
}
if (osi.osd_err_pri >= acumulated_osd_err) {
Expand Down

0 comments on commit 0a2e9ee

Please sign in to comment.