Re: [PATCH v2 2/2] mm: delete unused MMF_OOM_VICTIM flag

From: Shuah Khan
Date: Mon May 16 2022 - 23:13:10 EST


On 5/16/22 1:56 AM, Suren Baghdasaryan wrote:
With the last usage of MMF_OOM_VICTIM in exit_mmap gone, this flag is
now unused and can be removed.

Signed-off-by: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Acked-by: Michal Hocko <mhocko@xxxxxxxx>
---
include/linux/oom.h | 9 ---------
include/linux/sched/coredump.h | 7 +++----
mm/oom_kill.c | 4 +---
3 files changed, 4 insertions(+), 16 deletions(-)

Looks good to me.

Reviewed-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>

thanks,
-- Shuah