linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: "Luis R. Rodriguez" <mcgrof@gmail.com>
Cc: "John W. Linville" <linville@tuxdriver.com>,
	David Miller <davem@davemloft.net>,
	linux-wireless@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: pull request: wireless-next-2.6 2009-02-23
Date: Wed, 11 Mar 2009 12:49:59 +0100	[thread overview]
Message-ID: <1236772199.20266.3.camel@johannes.local> (raw)
In-Reply-To: <43e72e890902261918p47e45b14i7528dd0f40685879@mail.gmail.com> (sfid-20090227_041853_694385_298BD1F3)

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

On Thu, 2009-02-26 at 19:18 -0800, Luis R. Rodriguez wrote:

> >        mutex_lock(&cfg80211_mtx)
> >        ...
> >        rtnl_lock()
> >        ...
> >        rtnl_unlock()
> >        ...
> >        mutex_unlock(&cfg80211_mtx)
> >
> > to
> >
> >        rtnl_lock()
> >        ...
> >        mutex_lock(&cfg80211_mtx)
> >        ...
> >        mutex_unlock(&cfg80211_mtx)
> >        ...
> >        rtnl_unlock()
> >
> > everywhere.
> 
> Sure, I'll give it a shot tomorrow unless someone else gets to it first.

Did you get a chance to look at this? Otherwise I'll just do it later
today.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2009-03-11 12:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-23 19:26 pull request: wireless-next-2.6 2009-02-23 John W. Linville
2009-02-24  6:31 ` Johannes Berg
2009-02-25  7:55   ` David Miller
2009-02-26  8:36     ` Johannes Berg
2009-02-26 16:13       ` John W. Linville
2009-02-26 16:47         ` Johannes Berg
2009-02-27  1:37         ` Johannes Berg
2009-02-27  3:18           ` Luis R. Rodriguez
2009-03-11 11:49             ` Johannes Berg [this message]
2009-03-11 16:27               ` Luis R. Rodriguez
2009-02-27 20:40 ` John W. Linville

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=1236772199.20266.3.camel@johannes.local \
    --to=johannes@sipsolutions.net \
    --cc=davem@davemloft.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=mcgrof@gmail.com \
    --cc=netdev@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).