[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <43e72e890903110927i2ef8012dn86e0e72fb048aea3@mail.gmail.com>
Date: Wed, 11 Mar 2009 09:27:16 -0700
From: "Luis R. Rodriguez" <mcgrof@...il.com>
To: Johannes Berg <johannes@...solutions.net>
Cc: "John W. Linville" <linville@...driver.com>,
David Miller <davem@...emloft.net>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: pull request: wireless-next-2.6 2009-02-23
On Wed, Mar 11, 2009 at 4:49 AM, Johannes Berg
<johannes@...solutions.net> wrote:
> 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.
Unfortunately not, please do.
Luis
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists