Re: [PATCH] elevator: Remove argument from elevator_find_get

From: Christoph Hellwig
Date: Mon Oct 14 2024 - 01:57:01 EST


On Fri, Oct 11, 2024 at 08:56:15AM -0700, Breno Leitao wrote:
> Commit e4eb37cc0f3ed ("block: Remove elevator required features")
> removed the usage of `struct request_queue` from elevator_find_get(),
> but didn't removed the argument.
>
> Remove the "struct request_queue *q" argument from elevator_find_get()
> given it is useless.
>
> Fixes: e4eb37cc0f3e ("block: Remove elevator required features")
> Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>