From: Jonathan E Brassow Date: Fri, 27 Jul 2012 14:08:04 +0000 (+0100) Subject: dm raid: move sectors_per_dev calculation X-Git-Tag: v3.6-rc1~21^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c039c332f23e794deb6d6f37b9f07ff3b27fb2cf;p=pandora-kernel.git dm raid: move sectors_per_dev calculation In preparation for RAID10 inclusion in dm-raid, we move the sectors_per_dev calculation later in the device creation process. This is because we won't know up-front how many stripes vs how many mirrors there are which will change the calculation. Signed-off-by: Jonathan Brassow Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed