Skip to content

Commit 04530b4

Browse files
lorelei-sakaiMike Snitzer
authored andcommitted
dm vdo: remove outdated pointer_map reference
Signed-off-by: Matthew Sakai <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
1 parent e1e510f commit 04530b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/md/dm-vdo/vdo.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ struct sync_completion {
6767
struct completion completion;
6868
};
6969

70-
/*
71-
* We don't expect this set to ever get really large, so a linked list is adequate. We can use a
72-
* pointer_map if we need to later.
73-
*/
70+
/* A linked list is adequate for the small number of entries we expect. */
7471
struct device_registry {
7572
struct list_head links;
7673
/* TODO: Convert to rcu per kernel recommendation. */

0 commit comments

Comments
 (0)