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:
b062962
)
md/raid5: remove unusual use of bio_iovec_idx()
author
Namhyung Kim
<namhyung@gmail.com>
Tue, 14 Jun 2011 04:23:57 +0000
(14:23 +1000)
committer
NeilBrown
<neilb@suse.de>
Tue, 14 Jun 2011 04:23:57 +0000
(14:23 +1000)
In the bio_for_each_segment loop, bvl always points current
bio_vec, so the same as bio_iovec_idx(, i). Let's get rid of
it.
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found