commit | 01ab5662f573fe3a6bcefa200f15ab3069cec8a3 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Sat Oct 28 10:38:30 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 28 11:30:51 2006 -0700 |
tree | 6a3280e26f6f65673394dc8ab3b39897d1c11c18 | |
parent | 2b6e845986347ef86729e8651908af3e8a8441f5 [diff] |
[PATCH] md: simplify checking of available size when resizing an array When "mdadm --grow --size=xxx" is used to resize an array (use more or less of each device), we check the new siza against the available space in each device. We already have that number recorded in rdev->size, so calculating it is pointless (and wrong in one obscure case). Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>