md/multipath: typedef removal: multipath_conf_t -> struct mpconf

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown
2011-10-11 16:48:57 +11:00
parent e849b9381f
commit 69724e28ca
2 changed files with 16 additions and 18 deletions

View File

@ -5,7 +5,7 @@ struct multipath_info {
struct md_rdev *rdev;
};
struct multipath_private_data {
struct mpconf {
struct mddev *mddev;
struct multipath_info *multipaths;
int raid_disks;
@ -15,8 +15,6 @@ struct multipath_private_data {
mempool_t *pool;
};
typedef struct multipath_private_data multipath_conf_t;
/*
* this is our 'private' 'collective' MULTIPATH buffer head.
* it contains information about what kind of IO operations were started