Re: [PATCH v2] mm/memory-failure: use bool for forcekill state

From: Miaohe Lin

Date: Sun Apr 12 2026 - 23:32:51 EST


On 2026/4/10 15:47, Ye Liu wrote:
> From: Ye Liu <liuye@xxxxxxxxxx>
>
> 'forcekill' is used as a boolean flag to control whether
> processes should be forcibly killed. It is only assigned
> from boolean expressions and never used in arithmetic or
> bitmask operations.
>
> Convert it from int to bool.
>
> No functional change intended.
>
> Signed-off-by: Ye Liu <liuye@xxxxxxxxxx>

Acked-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>

Thanks.
.