diff options
author | Sven Eckelmann <sven.eckelmann@gmx.de> | 2010-10-19 05:59:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-19 13:04:15 -0400 |
commit | 1ee600ced32c4cabaeead0a4e84a6d4c9110f82c (patch) | |
tree | e79b74ac260422a48c1c88b02d3e2ce30a1784dd | |
parent | 388b2b97ba03242145227821c77791e713d6057b (diff) |
Staging: batman-adv: Add hash recommendations to TODO
David Miller <davem@davemloft.net> recommended in
20100924.134334.28812338.davem@davemloft.net that we must make the hash
abstraction helper more efficient and may remove it completely.
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/batman-adv/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/batman-adv/TODO b/drivers/staging/batman-adv/TODO index 59137312d03c..11c384f8b063 100644 --- a/drivers/staging/batman-adv/TODO +++ b/drivers/staging/batman-adv/TODO | |||
@@ -1,3 +1,7 @@ | |||
1 | * remove own list functionality from hash | ||
2 | * use hlist_head, hlist_node in hash | ||
3 | * don't use callbacks for compare+choose in hash | ||
4 | * think about more efficient ways instead of abstraction of hash | ||
1 | * Request a new review | 5 | * Request a new review |
2 | * Process the comments from the review | 6 | * Process the comments from the review |
3 | * Move into mainline proper | 7 | * Move into mainline proper |