Re: [PATCH V4 4/8] block: don't check bio in blk_throtl_dispatch_work_fn
From: Christoph Hellwig <hch@infradead.org>
Date: 2022-02-16 07:37:16
From: Christoph Hellwig <hch@infradead.org>
Date: 2022-02-16 07:37:16
On Wed, Feb 16, 2022 at 12:45:10PM +0800, Ming Lei wrote:
The bio has been checked already before throttling, so no need to check it again before dispatching it from throttle queue. Add a helper of submit_bio_noacct_nocheck() for this purpose.
Reviewed-by: Christoph Hellwig <hch@lst.de>