md: remove typedefs: mddev_t -> struct mddev
[deliverable/linux.git] / drivers / md / multipath.h
index 034f8381e0466b3c8335ba37c4ee11b28f927c9a..350a631b6c9338e6f873ce210e412a939b8cb4dd 100644 (file)
@@ -6,7 +6,7 @@ struct multipath_info {
 };
 
 struct multipath_private_data {
-       mddev_t                 *mddev;
+       struct mddev                    *mddev;
        struct multipath_info   *multipaths;
        int                     raid_disks;
        spinlock_t              device_lock;
@@ -24,7 +24,7 @@ typedef struct multipath_private_data multipath_conf_t;
  */
 
 struct multipath_bh {
-       mddev_t                 *mddev;
+       struct mddev                    *mddev;
        struct bio              *master_bio;
        struct bio              bio;
        int                     path;
This page took 0.044346 seconds and 5 git commands to generate.