md: fix return value of rdev_size_change()
authorJustin Maggard <jmaggard10@gmail.com>
Wed, 24 Nov 2010 05:36:17 +0000 (16:36 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 24 Nov 2010 05:36:17 +0000 (16:36 +1100)
When trying to grow an array by enlarging component devices,
rdev_size_store() expects the return value of rdev_size_change() to be
in sectors, but the actual value is returned in KBs.

This functionality was broken by commit
     dd8ac336c13fd8afdb082ebacb1cddd5cf727889
so this patch is suitable for any kernel since 2.6.30.

Cc: stable@kernel.org
Signed-off-by: Justin Maggard <jmaggard10@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>

No differences found