Commit e8096360 authored by NeilBrown's avatar NeilBrown

md/raid1: typedef removal: conf_t -> struct r1conf

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent e879a879
This diff is collapsed.
......@@ -19,7 +19,7 @@ struct pool_info {
int raid_disks;
};
struct r1_private_data_s {
struct r1conf {
struct mddev *mddev;
struct mirror_info *mirrors;
int raid_disks;
......@@ -90,8 +90,6 @@ struct r1_private_data_s {
struct md_thread *thread;
};
typedef struct r1_private_data_s conf_t;
/*
* this is our 'private' RAID1 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