aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-mpath.h')
-rw-r--r--drivers/md/dm-mpath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/dm-mpath.h b/drivers/md/dm-mpath.h
index 8a4bf2b6d52e..b9cdcbb3ed59 100644
--- a/drivers/md/dm-mpath.h
+++ b/drivers/md/dm-mpath.h
@@ -11,7 +11,7 @@
11 11
12struct dm_dev; 12struct dm_dev;
13 13
14struct path { 14struct dm_path {
15 struct dm_dev *dev; /* Read-only */ 15 struct dm_dev *dev; /* Read-only */
16 unsigned is_active; /* Read-only */ 16 unsigned is_active; /* Read-only */
17 17
@@ -20,6 +20,6 @@ struct path {
20}; 20};
21 21
22/* Callback for hwh_pg_init_fn to use when complete */ 22/* Callback for hwh_pg_init_fn to use when complete */
23void dm_pg_init_complete(struct path *path, unsigned err_flags); 23void dm_pg_init_complete(struct dm_path *path, unsigned err_flags);
24 24
25#endif 25#endif