Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] md: make sure read error on last working drive of raid1 actua…
…lly returns failure We are inadvertently setting the R1BIO_Uptodate bit on read errors when we decide not to try correcting (because there are no other working devices). This means that the read error is reported to the client as success. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
- Loading branch information