Commit e879a879 authored by NeilBrown's avatar NeilBrown

md/raid10: typedef removal: conf_t -> struct r10conf

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent e373ab10
This diff is collapsed.
...@@ -11,7 +11,7 @@ struct mirror_info { ...@@ -11,7 +11,7 @@ struct mirror_info {
*/ */
}; };
struct r10_private_data_s { struct r10conf {
struct mddev *mddev; struct mddev *mddev;
struct mirror_info *mirrors; struct mirror_info *mirrors;
int raid_disks; int raid_disks;
...@@ -67,8 +67,6 @@ struct r10_private_data_s { ...@@ -67,8 +67,6 @@ struct r10_private_data_s {
struct md_thread *thread; struct md_thread *thread;
}; };
typedef struct r10_private_data_s conf_t;
/* /*
* this is our 'private' RAID10 bio. * this is our 'private' RAID10 bio.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment