commit | 6fa9864b53f0680e432a2c431c2cf2055daa3a88 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 08 23:01:06 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 08 23:01:06 2008 -0700 |
tree | 77e6964f84775d5f2ee152c249ee26aa326df4ac | |
parent | 3e745dd6950d72d19e4cb30dc44307e8d6671864 [diff] |
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 <davem@davemloft.net>