Re: [PATCH 3/3] mm: remove the non-useful else after a break in a if statement
From: Roman Gushchin
Date: Mon Nov 18 2024 - 11:57:19 EST
On Fri, Nov 15, 2024 at 03:57:44PM -0800, Keren Sun wrote:
> Remove the else block since there is already a break in the statement of
> if (iter->oom_lock), just set iter->oom_lock true after the if block
> ends.
>
> Signed-off-by: Keren Sun <kerensun@xxxxxxxxxx>
Reviewed-by: Roman Gushchin <roman.gushchin@xxxxxxxxx>
Thanks!