From: NeilBrown Date: Wed, 9 Nov 2005 05:39:41 +0000 (-0800) Subject: [PATCH] md: only try to print recovery/resync status for personalities that support... X-Git-Tag: v2.6.15-rc1~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e1b39d623359e5ef7983a2bd0fb676be45cba31;p=pandora-kernel.git [PATCH] md: only try to print recovery/resync status for personalities that support recovery The introduction of 'resync=PENDING' (for read-only devices) caused that message to appear for non-syncable arrays like raid0 and linear. Simplest thing is to not try to print any resync info unless the personality clearly supports it. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed