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>