Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85919
b: refs/heads/master
c: e03f1a8
h: refs/heads/master
i:
  85917: 6a06f2e
  85915: fc8cb3a
  85911: ca56d04
  85903: 50cbc44
  85887: 7b88cee
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Feb 19, 2008
1 parent 1d9726a commit 28f8f89
Show file tree
Hide file tree
Showing 2 changed files with 5 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: ae5e1b6cc511b278ad52b2d42afb44780e5d4cb2
refs/heads/master: e03f1a842287480aa03732612148c0d333baca61
7 changes: 4 additions & 3 deletions trunk/drivers/md/dm-raid1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1695,14 +1695,15 @@ static int mirror_end_io(struct dm_target *ti, struct bio *bio,
* information for a retry or there was no other
* mirror in-sync.
*/
DMERR_LIMIT("Mirror read failed from %s.",
m->dev->name);
DMERR_LIMIT("Mirror read failed.");
return -EIO;
}

m = read_record->m;

DMERR("Mirror read failed from %s. Trying alternative device.",
m->dev->name);

m = read_record->m;
fail_mirror(m, DM_RAID1_READ_ERROR);

/*
Expand Down

0 comments on commit 28f8f89

Please sign in to comment.