From: WANG Cong Date: Mon, 16 Dec 2013 04:15:08 +0000 (-0800) Subject: net_sched: init struct tcf_hashinfo at register time X-Git-Tag: v3.14-rc1~94^2~460 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369ba56787d7469c0afda70bb9ff76ad5faaead5;p=pandora-kernel.git net_sched: init struct tcf_hashinfo at register time It looks weird to store the lock out of the struct but still points to a static variable. Just move them into the struct. 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