From: Jonathan Brassow Date: Tue, 22 May 2012 03:55:31 +0000 (+1000) Subject: DM RAID: Use md_error() in place of simply setting Faulty bit X-Git-Tag: v3.5-rc1~110^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c32fb9e7ecee25a5b6a45bf968dfef76f323e185;p=pandora-kernel.git DM RAID: Use md_error() in place of simply setting Faulty bit When encountering an error while reading the superblock, call md_error. We are currently setting the 'Faulty' bit on one of the array devices when an error is encountered while reading the superblock of a dm-raid array. We should be calling md_error(), as it handles the error more completely. Signed-off-by: Jonathan Brassow Signed-off-by: NeilBrown --- Reading git-diff-tree failed