]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: batman-adv: Add hash recommendations to TODO
authorSven Eckelmann <sven.eckelmann@gmx.de>
Tue, 19 Oct 2010 09:59:09 +0000 (11:59 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 19 Oct 2010 17:04:15 +0000 (10:04 -0700)
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>
drivers/staging/batman-adv/TODO

index 59137312d03c3c24240cb30f61c8ed1127a552e0..11c384f8b063d2ce43d560f114d6e69a32e78867 100644 (file)
@@ -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