]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MD RAID10: rename mirror_info structure
authorJonathan Brassow <jbrassow@redhat.com>
Thu, 19 Jul 2012 10:49:57 +0000 (20:49 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 19 Jul 2012 10:49:57 +0000 (20:49 +1000)
commit0dfba6621910320f7a33119c6b736a5a1c303d08
tree9be786a0ff89faf9cc58369547afa5cfdf7a169f
parentc66b9caa9ee14ace3148d27bd0337c50da779cc7
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 <jbrassow@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid10.c
drivers/md/raid10.h