Re: PROBLEM: fix fealnx.c hangs on SMP, 2.4.27

From: Marcelo Tosatti
Date: Mon Aug 30 2004 - 08:25:56 EST


On Mon, Aug 30, 2004 at 09:28:15AM +0200, Peter Holik wrote:
> static void set_rx_mode(struct net_device *dev)
> {
> spinlock_t *lp = &((struct netdev_private *)dev->priv)->lock;
> unsigned long flags;
> spin_lock_irqsave(lp, flags);
> __set_rx_mode(dev);
> - spin_unlock_irqrestore(&lp, flags);
> + spin_unlock_irqrestore(lp, flags);
> }

Peter,

This has just been merged in v2.4 BK repo.


-
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/