summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/volume-index.h
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@kernel.org>2024-01-29 19:51:46 -0500
committerMike Snitzer <snitzer@kernel.org>2024-02-20 13:43:18 -0500
commit952b57a58d400e5495d0f5d402c5ff9737dd5995 (patch)
treee4b576611d1ea60eaffd762ae91a73751a44e88a /drivers/md/dm-vdo/volume-index.h
parent7f67d0f1c83939e3282a1311de58341d615d42b8 (diff)
dm vdo: rename struct configuration to uds_configuration
Signed-off-by: Mike Snitzer <snitzer@kernel.org> Signed-off-by: Ken Raeburn <raeburn@redhat.com> Signed-off-by: Matthew Sakai <msakai@redhat.com>
Diffstat (limited to 'drivers/md/dm-vdo/volume-index.h')
-rw-r--r--drivers/md/dm-vdo/volume-index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/dm-vdo/volume-index.h b/drivers/md/dm-vdo/volume-index.h
index 7fbe11fe3284..0f08acf29435 100644
--- a/drivers/md/dm-vdo/volume-index.h
+++ b/drivers/md/dm-vdo/volume-index.h
@@ -136,13 +136,13 @@ struct volume_index_record {
struct delta_index_entry delta_entry;
};
-int __must_check uds_make_volume_index(const struct configuration *config,
+int __must_check uds_make_volume_index(const struct uds_configuration *config,
u64 volume_nonce,
struct volume_index **volume_index);
void uds_free_volume_index(struct volume_index *volume_index);
-int __must_check uds_compute_volume_index_save_blocks(const struct configuration *config,
+int __must_check uds_compute_volume_index_save_blocks(const struct uds_configuration *config,
size_t block_size,
u64 *block_count);