From: Jonathan E Brassow Date: Mon, 31 Oct 2011 20:21:26 +0000 (+0000) Subject: dm: raid fix device status indicator when array initializing X-Git-Tag: v3.2-rc1~77^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e727c3ca1beff05f27b6207a795790f222bf8d8;p=pandora-kernel.git dm: raid fix device status indicator when array initializing When devices in a RAID array are not in-sync, they are supposed to be reported as such in the status output as an 'a' character, which means "alive, but not in-sync". But when the entire array is rebuilt 'A' is being used, which is incorrect. This patch corrects this to 'a'. Signed-off-by: Jonathan Brassow Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed