Re: [PATCH 10/13] module: pass struct find_symbol_args to find_symbol

From: Miroslav Benes
Date: Wed Feb 03 2021 - 04:33:05 EST


On Wed, 3 Feb 2021, Christoph Hellwig wrote:

> FYI, this is the updated version:
>
> ---
> >From 664ca3378deac7530fe8fc15fe73d583d3333df2 Mon Sep 17 00:00:00 2001
> From: Christoph Hellwig <hch@xxxxxx>
> Date: Wed, 20 Jan 2021 14:58:27 +0100
> Subject: module: pass struct find_symbol_args to find_symbol
>
> Simplify the calling convention by passing the find_symbol_args structure
> to find_symbol instead of initializing it inside the function.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>

Reviewed-by: Miroslav Benes <mbenes@xxxxxxx>

M