From: Andre Noll Date: Tue, 31 Mar 2009 03:33:13 +0000 (+1100) Subject: md: Represent raid device size in sectors. X-Git-Tag: v2.6.30-rc1~241^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd8ac336c13fd8afdb082ebacb1cddd5cf727889;p=pandora-kernel.git md: Represent raid device size in sectors. This patch renames the "size" field of struct mdk_rdev_s to "sectors" and changes this field to store sectors instead of blocks. All users of this field, linear.c, raid0.c and md.c, are fixed up accordingly which gets rid of many multiplications and divisions. Signed-off-by: Andre Noll Signed-off-by: NeilBrown --- Reading git-diff-tree failed