md: don't insist on valid event count for spare devices.
[safe/jmp/linux-2.6] / drivers / md / dm-mpath.h
index b9cdcbb..e230f71 100644 (file)
@@ -13,10 +13,7 @@ struct dm_dev;
 
 struct dm_path {
        struct dm_dev *dev;     /* Read-only */
-       unsigned is_active;     /* Read-only */
-
        void *pscontext;        /* For path-selector use */
-       void *hwhcontext;       /* For hw-handler use */
 };
 
 /* Callback for hwh_pg_init_fn to use when complete */