aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/multipath.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2011-10-11 01:48:57 -0400
committerNeilBrown <neilb@suse.de>2011-10-11 01:48:57 -0400
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 {
5 struct md_rdev *rdev; 5 struct md_rdev *rdev;
6}; 6};
7 7
8struct multipath_private_data { 8struct mpconf {
9 struct mddev *mddev; 9 struct mddev *mddev;
10 struct multipath_info *multipaths; 10 struct multipath_info *multipaths;
11 int raid_disks; 11 int raid_disks;
@@ -15,8 +15,6 @@ struct multipath_private_data {
15 mempool_t *pool; 15 mempool_t *pool;
16}; 16};
17 17
18typedef struct multipath_private_data multipath_conf_t;
19
20/* 18/*
21 * this is our 'private' 'collective' MULTIPATH buffer head. 19 * this is our 'private' 'collective' MULTIPATH buffer head.
22 * it contains information about what kind of IO operations were started 20 * it contains information about what kind of IO operations were started