summaryrefslogtreecommitdiff
path: root/drivers/md/multipath.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2011-10-11 16:48:57 +1100
committerNeilBrown <neilb@suse.de>2011-10-11 16:48:57 +1100
commit69724e28ca99990a8f0b5370bb946d7704936d67 (patch)
treeb811de8d2d76a7976a9ef26d2bffddb7289ae495 /drivers/md/multipath.h
parente849b9381f726c0fa20c4e7b7139b936df777084 (diff)
md/multipath: typedef removal: multipath_conf_t -> struct mpconf
Signed-off-by: NeilBrown <neilb@suse.de>
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