aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/multipath.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/multipath.h')
-rw-r--r--drivers/md/multipath.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/md/multipath.h b/drivers/md/multipath.h
index 350a631b6c93..717c60f62898 100644
--- a/drivers/md/multipath.h
+++ b/drivers/md/multipath.h
@@ -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