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:
02e5f5c
)
md/raid5.c: add proper locking to error path of raid5_start_reshape.
author
NeilBrown
<neilb@suse.de>
Thu, 14 Nov 2013 04:16:15 +0000
(15:16 +1100)
committer
NeilBrown
<neilb@suse.de>
Thu, 14 Nov 2013 04:16:15 +0000
(15:16 +1100)
If raid5_start_reshape errors out, we need to reset all the fields
that were updated (not just some), and need to use the seq_counter
to ensure make_request() doesn't use an inconsitent state.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found