diff options
author | Sven Eckelmann <[email protected]> | 2010-10-19 11:59:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2010-10-19 10:04:15 -0700 |
commit | 1ee600ced32c4cabaeead0a4e84a6d4c9110f82c (patch) | |
tree | e79b74ac260422a48c1c88b02d3e2ce30a1784dd | |
parent | 388b2b97ba03242145227821c77791e713d6057b (diff) |
Staging: batman-adv: Add hash recommendations to TODO
David Miller <[email protected]> recommended in
[email protected] that we must make the hash
abstraction helper more efficient and may remove it completely.
Signed-off-by: Sven Eckelmann <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-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 @@ + * remove own list functionality from hash + * use hlist_head, hlist_node in hash + * don't use callbacks for compare+choose in hash + * think about more efficient ways instead of abstraction of hash * Request a new review * Process the comments from the review * Move into mainline proper |