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:
f18c1a3
)
md/raid5: more incorrect BUG_ON in handle_stripe_fill.
author
NeilBrown
<neilb@suse.de>
Fri, 8 May 2015 08:19:32 +0000
(18:19 +1000)
committer
NeilBrown
<neilb@suse.de>
Fri, 8 May 2015 08:46:52 +0000
(18:46 +1000)
It is not incorrect to call handle_stripe_fill() when
a batch of full-stripe writes is active.
It is, however, a BUG if fetch_block() then decides
it needs to actually fetch anything.
So move the 'BUG_ON' to where it belongs.
Signed-off-by: NeilBrown <neilb@suse.de>
Fixes:
59fc630b8b5f
("RAID5: batch adjacent full stripe write")
drivers/md/raid5.c
patch
|
blob
|
history
diff --cc
drivers/md/raid5.c
Simple merge