Re: [PATCH 12/20] block: remove the request_queue argument from blk_queue_split

From: Song Liu
Date: Thu Jul 02 2020 - 02:14:53 EST


On Wed, Jul 1, 2020 at 2:02 AM Christoph Hellwig <hch@xxxxxx> wrote:
>
> The queue can be trivially derived from the bio, so pass one less
> argument.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---
[...]
> drivers/md/md.c | 2 +-

For md.c:
Acked-by: Song Liu <song@xxxxxxxxxx>