From: Patrick McHardy Date: Sun, 6 Jul 2008 06:23:27 +0000 (-0700) Subject: net-sched: sch_htb: remove write-only qdisc filter_cnt X-Git-Tag: v2.6.27-rc1~969^2~216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee18a8cf28808b7302ef698d77fa73883e60f1b;p=pandora-kernel.git net-sched: sch_htb: remove write-only qdisc filter_cnt The filter_cnt is supposed to count filter references to a class. Since the qdisc can't be the target of a filter, it doesn't need a filter_cnt. In fact the counter is never decreased since cls_api considers a return value of zero a failure and doesn't unbind again. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed