]> err.no Git - linux-2.6/blobdiff - drivers/md/dm-mpath.h
[NETFILTER]: nfnetlink: parse attributes with nfattr_parse in nfnetlink_check_attribute
[linux-2.6] / drivers / md / dm-mpath.h
index 8a4bf2b6d52e0ebe35e738048cdde3abb997292f..b9cdcbb3ed598bbcdcc833df923026dd07243642 100644 (file)
@@ -11,7 +11,7 @@
 
 struct dm_dev;
 
-struct path {
+struct dm_path {
        struct dm_dev *dev;     /* Read-only */
        unsigned is_active;     /* Read-only */
 
@@ -20,6 +20,6 @@ struct path {
 };
 
 /* 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