From: NeilBrown Date: Thu, 13 Aug 2009 00:13:00 +0000 (+1000) Subject: md/raid5: make sure a reshape restarts at the correct address. X-Git-Tag: v2.6.31-rc6~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a639755cf885e437b2fe4168d35157fa90d530ab;p=pandora-kernel.git md/raid5: make sure a reshape restarts at the correct address. This "if" don't allow for the possibility that the number of devices doesn't change, and so sector_nr isn't set correctly in that case. So change '>' to '>='. Signed-off-by: NeilBrown --- Reading git-diff-tree failed