[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160729140224.137dbaac@xeon-e3>
Date: Fri, 29 Jul 2016 14:02:24 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Amir Levy <amir.jer.levy@...el.com>
Cc: andreas.noever@...il.com, gregkh@...uxfoundation.org,
bhelgaas@...gle.com, corbet@....net, linux-kernel@...r.kernel.org,
linux-pci@...r.kernel.org, netdev@...r.kernel.org,
linux-doc@...r.kernel.org, thunderbolt-linux@...el.com,
mika.westerberg@...el.com, tomas.winkler@...el.com
Subject: Re: [PATCH v5 4/8] thunderbolt: Communication with the ICM
(firmware)
On Thu, 28 Jul 2016 11:15:17 +0300
Amir Levy <amir.jer.levy@...el.com> wrote:
> +static LIST_HEAD(controllers_list);
> +static DECLARE_RWSEM(controllers_list_rwsem);
Why use a semaphore when simple spinlock or mutex would be better?
Powered by blists - more mailing lists