vserver 1.9.5.x5
[linux-2.6.git] / include / linux / raid / multipath.h
index a8db266..6f53fc1 100644 (file)
@@ -13,6 +13,7 @@ struct multipath_private_data {
        int                     raid_disks;
        int                     working_disks;
        spinlock_t              device_lock;
+       struct list_head        retry_list;
 
        mempool_t               *pool;
 };
@@ -36,6 +37,6 @@ struct multipath_bh {
        struct bio              *master_bio;
        struct bio              bio;
        int                     path;
-       struct multipath_bh     *next_mp; /* next for retry */
+       struct list_head        retry_list;
 };
 #endif