mm: hpa: fix killing low oom_adj tasks
authorCho KyongHo <pullip.cho@samsung.com>
Fri, 6 Apr 2018 14:07:38 +0000 (23:07 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:00 +0000 (20:23 +0300)
commitc78e6210a76d45835733cbcb4b13c8fdc7e1970d
tree0cb6be840aa46c5aff7398c9a11ee5bac290906c
parent6eb5e361a89a2cf1e551dc095b6136b45dd273ec
mm: hpa: fix killing low oom_adj tasks

oom_skip_task() returns true if the give task should not be killed.
But hpa_killer() skips the given task if oom_skip_task() returns false.

Change-Id: If7d829e7056021fe63bae99f735377b685578db6
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
mm/hpa.c