projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1e510f
)
dm vdo: remove outdated pointer_map reference
author
Matthew Sakai
<msakai@redhat.com>
Fri, 23 Feb 2024 01:48:16 +0000
(20:48 -0500)
committer
Mike Snitzer
<snitzer@kernel.org>
Mon, 4 Mar 2024 20:07:56 +0000
(15:07 -0500)
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-vdo/vdo.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/dm-vdo/vdo.c
b/drivers/md/dm-vdo/vdo.c
index c161dffeb91aeb36d7bc37d15bb94c20c8d8d9bd..d1640458888152652c7d7474e885bd8014b6e94d 100644
(file)
--- a/
drivers/md/dm-vdo/vdo.c
+++ b/
drivers/md/dm-vdo/vdo.c
@@
-67,10
+67,7
@@
struct sync_completion {
struct completion completion;
};
-/*
- * We don't expect this set to ever get really large, so a linked list is adequate. We can use a
- * pointer_map if we need to later.
- */
+/* A linked list is adequate for the small number of entries we expect. */
struct device_registry {
struct list_head links;
/* TODO: Convert to rcu per kernel recommendation. */