Commit 04530b48 authored by Matthew Sakai's avatar Matthew Sakai Committed by Mike Snitzer

dm vdo: remove outdated pointer_map reference

Signed-off-by: default avatarMatthew Sakai <msakai@redhat.com>
Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
parent e1e510fc
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment