From: David S. Miller Date: Mon, 18 Aug 2008 04:51:03 +0000 (-0700) Subject: pkt_sched: Add 'deactivated' state. X-Git-Tag: v2.6.27-rc4~39^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9312ae89324438b0edc554eb36c3ec6bf927d04;p=pandora-kernel.git pkt_sched: Add 'deactivated' state. This new state lets dev_deactivate() mark a qdisc as having been deactivated. dev_queue_xmit() and ing_filter() check for this bit and do not try to process the qdisc if the bit is set. dev_deactivate() polls the qdisc after setting the bit, waiting for both __QDISC_STATE_RUNNING and __QDISC_STATE_SCHED to clear. This isn't perfect yet, but subsequent changesets will make it so. This part is just one piece of the puzzle. Signed-off-by: David S. Miller --- Reading git-diff-tree failed