]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/md/dm-mpath.h
cpumask: introduce new API, without changing anything, v3
[linux-2.6-omap-h63xx.git] / drivers / md / dm-mpath.h
index b9cdcbb3ed598bbcdcc833df923026dd07243642..e230f7196259622947a6bfc5169328a41ed15223 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 */