]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/md/dm-mpath.h
Merge branch 'linus' into timers/nohz
[mv-sheeva.git] / drivers / md / dm-mpath.h
index 8a4bf2b6d52e0ebe35e738048cdde3abb997292f..c198b856a452540ebb47e9718458e39b7c6113c3 100644 (file)
 
 struct dm_dev;
 
-struct path {
+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 */
-void dm_pg_init_complete(struct path *path, unsigned err_flags);
+void dm_pg_init_complete(struct dm_path *path, unsigned err_flags);
 
 #endif