From: Florian Westphal Date: Thu, 30 Apr 2015 10:12:00 +0000 (+0200) Subject: net: sched: remove TC_MUNGED bits X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~388 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4749c3ef854e3a5d3dd3cc0ccd2dcb7e05d583bd;p=pandora-kernel.git net: sched: remove TC_MUNGED bits Not used. pedit sets TC_MUNGED when packet content was altered, but all the core does is unset MUNGED again and then set OK2MUNGE. And the latter isn't tested anywhere. So lets remove both TC_MUNGED and TC_OK2MUNGE. Signed-off-by: Florian Westphal Acked-by: Alexei Starovoitov Acked-by: Daniel Borkmann Acked-by: Jamal Hadi Salim Signed-off-by: David S. Miller --- Reading git-diff-tree failed