Skip to content

Commit

Permalink
dm vdo: remove outdated pointer_map reference
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Sakai <[email protected]>
  • Loading branch information
lorelei-sakai committed Feb 26, 2024
1 parent 4f22e0d commit 5879168
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/md/dm-vdo/vdo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 5879168

Please sign in to comment.