* Herbert Xu <[EMAIL PROTECTED]> wrote:

> This is bogus.  These two locks belong to two different queues and 
> they never intersect.

yeah - qeth does its own skb-queue management here, and it's done in an 
irq-safe manner.

Heiko, in qeth_main.c, could you do something like:

+ static struct lockdep_type_key qdio_out_skb_queue_key;

...
                skb_queue_head_init(&card->qdio.out_qs[i]->bufs[j].
                                     skb_list);
+               lockdep_reinit_key(&card->qdio.out_qs[i]->bufs[j].skb_list,
                                   &qdio_out_skb_queue_key)

        Ingo
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to