[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220510131629.1964415-1-yukuai3@huawei.com>
Date: Tue, 10 May 2022 21:16:27 +0800
From: Yu Kuai <yukuai3@...wei.com>
To: <jack@...e.cz>, <paolo.valente@...aro.org>, <axboe@...nel.dk>
CC: <linux-block@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<yukuai3@...wei.com>, <yi.zhang@...wei.com>
Subject: [PATCH -next 0/2] block, bfq: make bfq_has_work() more accurate
This patchset try to make bfq_has_work() more accurate, patch 1 is a
small problem found by code review.
BTW, I not sure why blk_mq_run_hw_queues() is called with 'bfqd->lock'
held, I think this is not necessary. And bfq_has_work() can be more
accurate by reading 'bfqd->queued' with 'bfqd->lock' held after patch 2.
Yu Kuai (2):
block, bfq: protect 'bfqd->queued' by 'bfqd->lock'
block, bfq: make bfq_has_work() more accurate
block/bfq-iosched.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
2.31.1
Powered by blists - more mailing lists