dm snapshot: rename dm_snap_exception to dm_exception
[firefly-linux-kernel-4.4.55.git] / drivers / md / dm-snap-transient.c
index cde5aa558e6d77b7d1130777762f8aec84c86ab1..267801b34ff6bf96e09f879afcb2c63b4facfe5c 100644 (file)
@@ -36,7 +36,7 @@ static int transient_read_metadata(struct dm_exception_store *store,
 }
 
 static int transient_prepare_exception(struct dm_exception_store *store,
-                                      struct dm_snap_exception *e)
+                                      struct dm_exception *e)
 {
        struct transient_c *tc = store->context;
        sector_t size = get_dev_size(store->cow->bdev);
@@ -51,7 +51,7 @@ static int transient_prepare_exception(struct dm_exception_store *store,
 }
 
 static void transient_commit_exception(struct dm_exception_store *store,
-                                      struct dm_snap_exception *e,
+                                      struct dm_exception *e,
                                       void (*callback) (void *, int success),
                                       void *callback_context)
 {