From: Jeff Garzik <jgarzik@pobox.com>
To: Peter Holik <peter@holik.at>
Cc: linux-kernel@vger.kernel.org
Subject: Re: PROBLEM: fix fealnx.c hangs on SMP, 2.4.27
Date: Mon, 30 Aug 2004 05:04:57 -0400 [thread overview]
Message-ID: <4132EDB9.3020400@pobox.com> (raw)
In-Reply-To: <38386.192.168.1.2.1093850895.squirrel@www.it-technology.at>
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);
> }
Yep, I sent this fix to Marcelo on Aug 28th.
Jeff
next prev parent reply other threads:[~2004-08-30 9:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-30 7:28 PROBLEM: fix fealnx.c hangs on SMP, 2.4.27 Peter Holik
2004-08-30 8:57 ` Denis Vlasenko
2004-08-30 17:33 ` Jeff Garzik
2004-08-30 9:04 ` Jeff Garzik [this message]
2004-08-30 11:10 ` Marcelo Tosatti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4132EDB9.3020400@pobox.com \
--to=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=peter@holik.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.