aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/int-map.h
diff options
context:
space:
mode:
authorBruce Johnston <bjohnsto@redhat.com>2023-11-20 17:29:56 -0500
committerMike Snitzer <snitzer@kernel.org>2024-02-20 13:43:16 -0500
commit9165dac82273579b150bb56f76c6cf3222eb1a58 (patch)
tree109c7c2019f8e8a59cdb4eeac8bac45532d15153 /drivers/md/dm-vdo/int-map.h
parentffb8d9654100804998223ba2659044279cc6bc46 (diff)
dm vdo int-map: remove unused parameter from vdo_int_map_create
Reviewed-by: Matthew Sakai <msakai@redhat.com> Signed-off-by: Bruce Johnston <bjohnsto@redhat.com> Signed-off-by: Matthew Sakai <msakai@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-vdo/int-map.h')
-rw-r--r--drivers/md/dm-vdo/int-map.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/md/dm-vdo/int-map.h b/drivers/md/dm-vdo/int-map.h
index edafb7569f51..1858ad799887 100644
--- a/drivers/md/dm-vdo/int-map.h
+++ b/drivers/md/dm-vdo/int-map.h
@@ -23,8 +23,7 @@
struct int_map;
-int __must_check vdo_int_map_create(size_t initial_capacity, unsigned int initial_load,
- struct int_map **map_ptr);
+int __must_check vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr);
void vdo_int_map_free(struct int_map *map);