From: David S. Miller Date: Wed, 9 Jul 2008 06:01:06 +0000 (-0700) Subject: net: Clean up explicit ->tx_queue references in link watch. X-Git-Tag: v2.6.27-rc1~969^2~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fa9864b53f0680e432a2c431c2cf2055daa3a88;p=pandora-kernel.git net: Clean up explicit ->tx_queue references in link watch. First, we add a qdisc_tx_changing() helper which returns true if the qdisc attachment is in transition. Second, we remove an assertion warning which is of limited value and is hard to express precisely in a multiqueue environment. Signed-off-by: David S. Miller --- Reading git-diff-tree failed