From: NeilBrown Date: Thu, 8 Dec 2011 05:22:48 +0000 (+1100) Subject: md: bad blocks shouldn't cause a Blocked status on a Faulty device. X-Git-Tag: v3.2-rc5~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c64152a935e63d9ff73ce823730c9a23dedbff;p=pandora-kernel.git md: bad blocks shouldn't cause a Blocked status on a Faulty device. Once a device is marked Faulty the badblocks - whether acknowledged or not - become irrelevant. So they shouldn't cause the device to be marked as Blocked. Without this patch, a process might write "-blocked" to clear the Blocked status, but while that will correctly fail the device, it won't remove the apparent 'blocked' status. Signed-off-by: NeilBrown --- Reading git-diff-tree failed