Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2be90ffb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ANDROID: Fix slab memory leakage issue"

parents 5a4ddc27 625b757c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -817,8 +817,6 @@ static unsigned long lowmem_scan(struct shrinker *s, struct shrink_control *sc)
		trace_almk_shrink(selected_tasksize, ret,
				  other_free, other_file,
				  selected_oom_score_adj);

		get_task_struct(selected);
	} else {
		trace_almk_shrink(1, ret, other_free, other_file, 0);
		rcu_read_unlock();