From: Andre Noll Date: Wed, 17 Jun 2009 22:48:06 +0000 (+1000) Subject: md: Push down reconstruction log message to personality code. X-Git-Tag: v2.6.31-rc1~143^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c6ac868b107ed50a46204f6d14e2ad9443ff146;p=pandora-kernel.git md: Push down reconstruction log message to personality code. Currently, the md layer checks in analyze_sbs() if the raid level supports reconstruction (mddev->level >= 1) and if reconstruction is in progress (mddev->recovery_cp != MaxSector). Move that printk into the personality code of those raid levels that care (levels 1, 4, 5, 6, 10). Signed-off-by: Andre Noll Signed-off-by: NeilBrown --- Reading git-diff-tree failed