From: NeilBrown Date: Mon, 5 May 2014 23:36:08 +0000 (+1000) Subject: md: avoid possible spinning md thread at shutdown. X-Git-Tag: v3.2.60~38 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=27d3d94d680fd29fb2a0946e404f9ba3bc524f0d;hp=27d3d94d680fd29fb2a0946e404f9ba3bc524f0d;ds=sidebyside md: avoid possible spinning md thread at shutdown. commit 0f62fb220aa4ebabe8547d3a9ce4a16d3c045f21 upstream. If an md array with externally managed metadata (e.g. DDF or IMSM) is in use, then we should not set safemode==2 at shutdown because: 1/ this is ineffective: user-space need to be involved in any 'safemode' handling, 2/ The safemode management code doesn't cope with safemode==2 on external metadata and md_check_recover enters an infinite loop. Even at shutdown, an infinite-looping process can be problematic, so this could cause shutdown to hang. Signed-off-by: NeilBrown Signed-off-by: Ben Hutchings ---