mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-26 11:40:24 +02:00
dm vdo: remove outdated pointer_map reference
Signed-off-by: Matthew Sakai <msakai@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
committed by
Mike Snitzer
parent
e1e510fcad
commit
04530b487b
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user