From: WANG Cong Date: Mon, 16 Dec 2013 04:15:09 +0000 (-0800) Subject: net_sched: convert tcf_hashinfo to hlist and use spinlock X-Git-Tag: v3.14-rc1~94^2~459 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89819dc01f4c5920783f561597a48d9d75220e9e;p=pandora-kernel.git net_sched: convert tcf_hashinfo to hlist and use spinlock So that we don't need to play with singly linked list, and since the code is not on hot path, we can use spinlock instead of rwlock. Cc: Jamal Hadi Salim Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: Jamal Hadi Salim Signed-off-by: David S. Miller --- Reading git-diff-tree failed