From: WANG Cong Date: Wed, 23 Sep 2015 00:01:11 +0000 (-0700) Subject: net: revert "net_sched: move tp->root allocation into fw_init()" X-Git-Tag: omap-for-v4.3/fixes-rc5~84^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8aecb10115497f6cdf841df8c88ebb3ba25fa28;p=pandora-kernel.git net: revert "net_sched: move tp->root allocation into fw_init()" fw filter uses tp->root==NULL to check if it is the old method, so it doesn't need allocation at all in this case. This patch reverts the offending commit and adds some comments for old method to make it obvious. Fixes: 33f8b9ecdb15 ("net_sched: move tp->root allocation into fw_init()") Reported-by: Akshat Kakkar Cc: Jamal Hadi Salim Signed-off-by: Cong Wang Acked-by: Jamal Hadi Salim Signed-off-by: David S. Miller --- Reading git-diff-tree failed