[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAAeU0aMQwEQ=URKGaJHxNb81w3BfAysNJkmgmo_+cXVLCrbAxw@mail.gmail.com>
Date: Mon, 27 Mar 2017 11:29:18 -0700
From: Tahsin Erdogan <tahsin@...gle.com>
To: Julia Lawall <julia.lawall@...6.fr>
Cc: Tejun Heo <tj@...nel.org>, Jens Axboe <axboe@...nel.dk>,
linux-block@...r.kernel.org, David Rientjes <rientjes@...gle.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] blkcg: allocate struct blkcg_gq outside request queue spinlock
On Sun, Mar 26, 2017 at 3:54 AM, Julia Lawall <julia.lawall@...6.fr> wrote:
> Is an unlock needed before line 848? Or does blkg_lookup_check take care
> of it?
Unlock is not needed. On success, function returns with locks held.
It is documented at line 805:
"... This function returns with RCU read
* lock and queue lock held and must be paired with blkg_conf_finish()."
Powered by blists - more mailing lists