From: Patrick McHardy Date: Tue, 31 Jul 2007 00:07:14 +0000 (-0700) Subject: [NET_SCHED]: Fix prio/ingress classification logic error X-Git-Tag: v2.6.23-rc2~35^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdba91ec70fb5ccbdeb1c7068319adc6ea9e1a7d;p=pandora-kernel.git [NET_SCHED]: Fix prio/ingress classification logic error Fix handling of empty or completely non-matching filter chains. In that case -1 is returned and tcf_result is uninitialized, the qdisc should fall back to default classification in that case. Noticed by PJ Waskiewicz . Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed