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:
c4796e2
)
md/raid5: fix init_stripe() inconsistencies
author
Markus Stockhausen
<stockhausen@collogia.de>
Sat, 23 Aug 2014 10:19:27 +0000
(20:19 +1000)
committer
NeilBrown
<neilb@suse.de>
Tue, 14 Oct 2014 02:08:28 +0000
(13:08 +1100)
raid5: fix init_stripe() inconsistencies
1) remove_hash() is not necessary. We will only be called right after
get_free_stripe(). There we have already a call to remove_hash().
2) Tracing prints out the sector of the freed stripe and not the sector
that we want to initialize.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found