]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/md/md.c
md: allow array to be resized while bitmap is present.
authorNeilBrown <neilb@suse.de>
Tue, 22 May 2012 03:55:27 +0000 (13:55 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 22 May 2012 03:55:27 +0000 (13:55 +1000)
commita4a6125a074e1b08ee8ae34f700c5bca19eb9d18
tree761a719a7d4f1a53d44349f7bef095368a9ae75a
parentb81a040481233e5171cb3fbc62f44636d5ea18b2
md: allow array to be resized while bitmap is present.

Now that bitmaps can be resized, we can allow an array to be resized
while the bitmap is present.

This only covers resizing that involves changing the effective size
of member devices, not resizing that changes the number of devices.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5.c