From: Marcelo Tosatti <marcelo.tosatti@cyclades.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 08:10:27 -0300 [thread overview]
Message-ID: <20040830111027.GA1961@logos.cnet> (raw)
In-Reply-To: <38386.192.168.1.2.1093850895.squirrel@www.it-technology.at>
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.
prev parent reply other threads:[~2004-08-30 13:24 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
2004-08-30 11:10 ` Marcelo Tosatti [this message]
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=20040830111027.GA1961@logos.cnet \
--to=marcelo.tosatti@cyclades.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox