[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9f02eb4d-4832-9f84-9df9-364f2000dd29@oracle.com>
Date: Mon, 19 Apr 2021 09:39:30 -0700
From: Junxiao Bi <junxiao.bi@...cle.com>
To: Hillf Danton <hdanton@...a.com>
Cc: linux-block@...r.kernel.org, linux-kernel@...r.kernel.org,
axboe@...nel.dk
Subject: Re: [PATCH] block: fix io hung by block throttle
On 4/18/21 11:09 PM, Junxiao Bi wrote:
>> - finish_wait(&rqw->wait, &data.wq);
>> + mutex_lock(&rqw->throttle_mutex);
>> + wait_event(rqw->wait, acquire_inflight_cb(rqw, private_data));
>> + mutex_unlock(&rqw->throttle_mutex);
>
> This will break the throttle? There is a inflight io limitation. With
> this change, there can be only one io inflight whatever the limit is.
Sorry, ignore this. I should go sleep that time.
>
> Thanks,
>
> Junxiao.
Powered by blists - more mailing lists