We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e510f commit 04530b4Copy full SHA for 04530b4
drivers/md/dm-vdo/vdo.c
@@ -67,10 +67,7 @@ struct sync_completion {
67
struct completion completion;
68
};
69
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
- */
+/* A linked list is adequate for the small number of entries we expect. */
74
struct device_registry {
75
struct list_head links;
76
/* TODO: Convert to rcu per kernel recommendation. */
0 commit comments