md/raid5: fix refcount problem when blocked_rdev is set.
authorNeilBrown <neilb@suse.de>
Tue, 3 Jul 2012 02:13:29 +0000 (12:13 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 3 Jul 2012 02:13:29 +0000 (12:13 +1000)
commit5f066c632fcfd2a33f2eb7077c15c630e9f5ea5b
tree9a659a20661d4a2b13f796cd2409879c0596b5c1
parent7c2c57c9a98bf5961e438a376486f95346f6b0c5
md/raid5: fix refcount problem when blocked_rdev is set.

commit 43220aa0f22cd3ce5b30246d50ccd696d119edea
    md/raid5: fix a hang on device failure.

fixed a hang, but introduced a refcounting in-balance so
that if the presence of bad-blocks ever caused an rdev to
be 'blocked' we would increment the refcount on the rdev and
never decrement it.

So added the needed rdev_dec_pending when md_wait_for_blocked_rdev
is not called.

Reported-by: majianpeng <majianpeng@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid5.c