From: NeilBrown Date: Mon, 19 Mar 2012 01:46:40 +0000 (+1100) Subject: md/raid10 - support resizing some RAID10 arrays. X-Git-Tag: v3.4-rc1~147^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=006a09a0ae0a494473a8cd82c8d1d653e37e6663;p=pandora-kernel.git md/raid10 - support resizing some RAID10 arrays. 'resizing' an array in this context means making use of extra space that has become available in component devices, not adding new devices. It also includes shrinking the array to take up less space of component devices. This is not supported for array with a 'far' layout. However for 'near' and 'offset' layout arrays, adding and removing space at the end of the devices is easy to support, and this patch provides that support. Signed-off-by: NeilBrown --- Reading git-diff-tree failed