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

From: SeongJae Park

Date: Fri Apr 10 2026 - 20:19:58 EST


On Fri, 10 Apr 2026 15:47:39 +0800 Ye Liu <ye.liu@xxxxxxxxx> 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>

Reviewed-by: SeongJae Park <sj@xxxxxxxxxx>


Thanks,
SJ

[...]