[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171221135051.GE1084507@devbig577.frc2.facebook.com>
Date: Thu, 21 Dec 2017 05:50:51 -0800
From: Tejun Heo <tj@...nel.org>
To: "jianchao.wang" <jianchao.w.wang@...cle.com>
Cc: jbacik@...com, jack@...e.cz, axboe@...nel.dk, clm@...com,
kernel-team@...com, linux-kernel@...r.kernel.org,
linux-btrfs@...r.kernel.org, peterz@...radead.org,
Bart.VanAssche@....com
Subject: Re: [PATCH 5/7] blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq
Hello,
On Thu, Dec 21, 2017 at 11:56:49AM +0800, jianchao.wang wrote:
> It's worrying that even though the blk_mark_rq_complete() here is intended to synchronize with
> timeout path, but it indeed give the blk_mq_complete_request() the capability to exclude with
> itself. Maybe this capability should be reserved.
Can you explain further how that'd help? The problem there is that if
you have two competing completions, where one isn't a timeout, there's
nothing synchronizing the reuse of the request. IOW, the losing one
can easily complete the next recycle instance. The atomic bitops
might feel like more protection but it's just feels.
Thanks.
--
tejun
Powered by blists - more mailing lists