Re: [PATCH 2/2] NET: sungem, use spin_trylock_irqsave

From: David Miller
Date: Tue Jul 14 2009 - 17:10:26 EST


From: Jiri Slaby <jirislaby@xxxxxxxxx>
Date: Mon, 13 Jul 2009 23:23:40 +0200

> - if (!spin_trylock(&gp->tx_lock)) {
> + if (!spin_trylock_irqsave(&gp->tx_lock)) {

I'm about to give you a royal flaming.

Any idea why?

(hint: type 'make' before you send patches!!!!)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/