summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/priority-table.c
diff options
context:
space:
mode:
authorSweet Tea Dorminy <sweettea-kernel@dorminy.me>2025-02-19 17:55:39 -0500
committerMikulas Patocka <mpatocka@redhat.com>2025-02-24 12:09:44 +0100
commitff3f7115f4ff365ce759cd4e67e6653e9acfca86 (patch)
treea8b53446e5057616bf3240cfc966f075cf38e3a1 /drivers/md/dm-vdo/priority-table.c
parent51ba14fb368e5fadadcca803ec64a51f3edbbdc1 (diff)
downloadlinux-next-ff3f7115f4ff365ce759cd4e67e6653e9acfca86.tar.gz
linux-next-ff3f7115f4ff365ce759cd4e67e6653e9acfca86.zip
dm vdo: remove remaining ring references
Lists are the new rings, so update all remaining references to rings to talk about lists. Signed-off-by: Sweet Tea Dorminy <sweettea-kernel@dorminy.me> Signed-off-by: Matthew Sakai <msakai@redhat.com> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Diffstat (limited to 'drivers/md/dm-vdo/priority-table.c')
-rw-r--r--drivers/md/dm-vdo/priority-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/priority-table.c b/drivers/md/dm-vdo/priority-table.c
index 42d3d8d0e4b5..9bae8256ba4e 100644
--- a/drivers/md/dm-vdo/priority-table.c
+++ b/drivers/md/dm-vdo/priority-table.c
@@ -199,7 +199,7 @@ void vdo_priority_table_remove(struct priority_table *table, struct list_head *e
/*
* Remove the entry from the bucket list, remembering a pointer to another entry in the
- * ring.
+ * list.
*/
next_entry = entry->next;
list_del_init(entry);