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:
474af96
)
md/raid5: finalise new merged handle_stripe.
author
NeilBrown
<neilb@suse.de>
Wed, 27 Jul 2011 01:00:36 +0000
(11:00 +1000)
committer
NeilBrown
<neilb@suse.de>
Wed, 27 Jul 2011 01:00:36 +0000
(11:00 +1000)
handle_stripe5() and handle_stripe6() are now virtually identical.
So discard one and rename the other to 'analyse_stripe()'.
It always returns 0, so change it to 'void' and remove the 'done'
variable in handle_stripe().
Signed-off-by: NeilBrown <neilb@suse.de>
Reviewed-by: Namhyung Kim <namhyung@gmail.com>
No differences found