git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d73f990
)
dm raid1: fix immutable biovec related BUG when retrying read bio
author
Mikulas Patocka
<mpatocka@redhat.com>
Tue, 18 Feb 2014 14:57:22 +0000
(09:57 -0500)
committer
Mike Snitzer
<snitzer@redhat.com>
Tue, 18 Feb 2014 15:48:57 +0000
(10:48 -0500)
When restoring bi_end_io, increase bi_remaining before retrying the bio
to avoid BUG_ON(atomic_read(&bio->bi_remaining) <= 0) in bio_endio().
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
No differences found