On Thu, Aug 21, 2008 at 05:27:54AM -0700, David Miller wrote:
You're right, this doesn't work at all. In fact it's been broken
even before we removed the root lock. The problem is that we used
to have one big linked list for each device. That was protected
by the device qdisc lock. Now we have one list for each txq and
qdisc_lookup walks every single txq. This means that no single
qdisc root lock can protect this anymore.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html