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, 2 insertions, 2 deletions
diff --git a/drivers/md/multipath.h b/drivers/md/multipath.h
index 034f8381e046..350a631b6c93 100644
--- a/drivers/md/multipath.h
+++ b/drivers/md/multipath.h
@@ -6,7 +6,7 @@ struct multipath_info {
6}; 6};
7 7
8struct multipath_private_data { 8struct multipath_private_data {
9 mddev_t *mddev; 9 struct mddev *mddev;
10 struct multipath_info *multipaths; 10 struct multipath_info *multipaths;
11 int raid_disks; 11 int raid_disks;
12 spinlock_t device_lock; 12 spinlock_t device_lock;
@@ -24,7 +24,7 @@ typedef struct multipath_private_data multipath_conf_t;
24 */ 24 */
25 25
26struct multipath_bh { 26struct multipath_bh {
27 mddev_t *mddev; 27 struct mddev *mddev;
28 struct bio *master_bio; 28 struct bio *master_bio;
29 struct bio bio; 29 struct bio bio;
30 int path; 30 int path;