Re: [PATCH 8/9] block: Initialize bio priority earlier
From: Christoph Hellwig <hch@infradead.org>
Date: 2022-06-23 14:01:36
From: Christoph Hellwig <hch@infradead.org>
Date: 2022-06-23 14:01:36
On Thu, Jun 23, 2022 at 09:48:33AM +0200, Jan Kara wrote:
Bio's IO priority needs to be initialized before we try to merge the bio with other bios. Otherwise we could merge bios which would otherwise receive different IO priorities leading to possible QoS issues.
Looks good: Reviewed-by: Christoph Hellwig <hch@lst.de>