summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/slab-depot.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-vdo/slab-depot.h')
-rw-r--r--drivers/md/dm-vdo/slab-depot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/slab-depot.h b/drivers/md/dm-vdo/slab-depot.h
index fba293f9713e..f234853501ca 100644
--- a/drivers/md/dm-vdo/slab-depot.h
+++ b/drivers/md/dm-vdo/slab-depot.h
@@ -241,7 +241,7 @@ struct vdo_slab {
/* The number of free blocks */
u32 free_blocks;
/* The array of reference counts */
- vdo_refcount_t *counters; /* use uds_allocate() to align data ptr */
+ vdo_refcount_t *counters; /* use vdo_allocate() to align data ptr */
/* The saved block pointer and array indexes for the free block search */
struct search_cursor search_cursor;