Return-path: Received: from py-out-1112.google.com ([64.233.166.179]:54735 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755774AbYBOVz6 (ORCPT ); Fri, 15 Feb 2008 16:55:58 -0500 Received: by py-out-1112.google.com with SMTP id u52so1037294pyb.10 for ; Fri, 15 Feb 2008 13:55:57 -0800 (PST) Message-ID: <43e72e890802151355y41215ee5x3f67cfa459d23c99@mail.gmail.com> (sfid-20080215_215606_369999_4353A940) Date: Fri, 15 Feb 2008 16:55:57 -0500 From: "Luis R. Rodriguez" To: matthias@kaehlcke.net, mcgrof@gmail.com, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [patch 1/3] Convert acl->sem in a mutex In-Reply-To: <20080215195648.GB22741@traven> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 References: <20080215195329.912560854@kaehlcke.net> <20080215195648.GB22741@traven> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, Feb 15, 2008 at 2:56 PM, wrote: > The semaphore acl->sem is used as mutex, convert it to the mutex API > > Signed-off-by: Matthias Kaehlcke Acked-by: Luis R. Rodriguez Luis