From: Jonathan Brassow Date: Tue, 31 Jul 2012 00:03:52 +0000 (+1000) Subject: MD RAID10: rename mirror_info structure X-Git-Tag: v3.6-rc1~21^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc280d987f039ef35ac1e59c09b7154b61f385cf;p=pandora-kernel.git MD RAID10: rename mirror_info structure MD RAID10: Rename the structure 'mirror_info' to 'raid10_info' The same structure name ('mirror_info') is used by raid1. Each of these structures are defined in there respective header files. If dm-raid is to support both RAID1 and RAID10, the header files will be included and the structure names must not collide. Signed-off-by: Jonathan Brassow Signed-off-by: NeilBrown --- Reading git-diff-tree failed