Re: [PATCH] block: remove queue from struct blk_independent_access_range
From: Christoph Hellwig <hch@infradead.org>
Date: 2022-06-03 05:57:19
From: Christoph Hellwig <hch@infradead.org>
Date: 2022-06-03 05:57:19
On Fri, Jun 03, 2022 at 02:35:29PM +0900, Damien Le Moal wrote:
The request queue pointer in struct blk_independent_access_range is unused. Remove it.
Looks good: Reviewed-by: Christoph Hellwig <hch@lst.de> As does the original fix, I actually had a patch doing both in one in one of my queues for the next merge window..