From: Sven Eckelmann Date: Tue, 19 Oct 2010 09:59:09 +0000 (+0200) Subject: Staging: batman-adv: Add hash recommendations to TODO X-Git-Tag: v2.6.37-rc1~60^2~3^2~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ee600ced32c4cabaeead0a4e84a6d4c9110f82c;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Staging: batman-adv: Add hash recommendations to TODO David Miller 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/batman-adv/TODO b/drivers/staging/batman-adv/TODO index 5913731..11c384f 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