Re: [PATCH v2 2/2] mm/mremap: Remove goto from mremap_to()
From: Pedro Falcato
Date: Tue Oct 22 2024 - 18:10:28 EST
On Fri, Oct 18, 2024 at 6:41 PM Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> wrote:
>
> From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
>
> mremap_to() has a goto label at the end that doesn't unwind anything.
> Removing the label makes the code cleaner.
>
> This commit also adds documentation on the function.
Thanks for the nice cleanup across this series :)
>
> Signed-off-by: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx>
Reviewed-by: Pedro Falcato <pedro.falcato@xxxxxxxxx>
--
Pedro