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:
6ce3284
)
md/raid5: get rid of duplicated call to bio_data_dir()
author
Namhyung Kim
<namhyung@gmail.com>
Mon, 18 Jul 2011 07:38:51 +0000
(17:38 +1000)
committer
NeilBrown
<neilb@suse.de>
Mon, 18 Jul 2011 07:38:51 +0000
(17:38 +1000)
In raid5::make_request(), once bio_data_dir(@bi) is detected
it never (and couldn't) be changed. Use the result always.
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found