Skip to content
Commit c26a44ed authored by Justin Maggard's avatar Justin Maggard Committed by NeilBrown
Browse files

md: fix return value of rdev_size_change()

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
     dd8ac336


so this patch is suitable for any kernel since 2.6.30.

Cc: stable@kernel.org
Signed-off-by: default avatarJustin Maggard <jmaggard10@gmail.com>
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 3561d43f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment