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:
1386451
)
use bio_endio instead of a call to bi_end_io
author
Neil Brown
<neilb@notabene.brown>
Fri, 27 Jun 2008 22:31:20 +0000
(08:31 +1000)
committer
Neil Brown
<neilb@notabene.brown>
Fri, 27 Jun 2008 22:31:20 +0000
(08:31 +1000)
Turn calls to bi->bi_end_io() into bio_endio(). Apparently bio_endio does
exactly the same error processing as is hardcoded at these places.
bio_endio() avoids recursion (or will soon), so it should be used.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Neil Brown <neilb@suse.de>
No differences found