md: Make calc_dev_sboffset() return a sector count.
authorAndre Noll <maan@systemlinux.org>
Fri, 11 Jul 2008 12:02:23 +0000 (22:02 +1000)
committerNeil Brown <neilb@suse.de>
Fri, 11 Jul 2008 12:02:23 +0000 (22:02 +1000)
commitb73df2d3d629aefa187a0a3574fd81455e026bc8
tree87e2a32c602c99cf69c298d3ed6e145a6202b481
parente7debaa4951b37d6c9ace4c6b984cd4805c5bfbb
md: Make calc_dev_sboffset() return a sector count.

As BLOCK_SIZE_BITS is 10 and

MD_NEW_SIZE_SECTORS(2 * x) = 2 * NEW_SIZE_BLOCKS(x),

the return value of calc_dev_sboffset() doubles. Fix up all three
callers accordingly.

Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: Neil Brown <neilb@suse.de>
drivers/md/md.c