Skip to content
Commit 142d44c3 authored by NeilBrown's avatar NeilBrown
Browse files

md: test mddev->flags more safely in md_check_recovery.

commit 7a0a5355 md: Don't test all of mddev->flags at once.
made most tests on mddev->flags safer, but missed one.

When
commit 260fa034 md: avoid deadlock when dirty buffers during md_stop.
added MD_STILL_CLOSED, this caused md_check_recovery to misbehave.
It can think there is something to do but find nothing.  This can
lead to the md thread spinning during array shutdown.

https://bugzilla.kernel.org/show_bug.cgi?id=65721



Reported-and-tested-by: default avatarRichard W.M. Jones <rjones@redhat.com>
Fixes: 260fa034


Cc: stable@vger.kernel.org (3.12)
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 0c775d52
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment