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

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown
2011-10-11 16:49:05 +11:00
parent e879a8793f
commit e809636047
2 changed files with 48 additions and 50 deletions

View File

@@ -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.
*