From: NeilBrown Date: Thu, 22 Apr 2010 21:08:28 +0000 (+1000) Subject: md/raid5: fix previous patch. X-Git-Tag: v2.6.34-rc6~63^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e3b96ed610e5a1838e62ddae9fa0c3463f235fa;p=pandora-kernel.git md/raid5: fix previous patch. Previous patch changes stripe and chunk_number to sector_t but mistakenly did not update all of the divisions to use sector_dev(). This patch changes all the those divisions (actually the '%' operator) to sector_div. Signed-off-by: NeilBrown Cc: stable@kernel.org Tested-by: Stefan Lippers-Hollmann --- Reading git-diff-tree failed