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

Commit ede4c83a authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by Alistair Delva
Browse files

Revert "ANDROID: sched/fair: Also do misfit in overloaded groups"



This reverts commit c3a40105.

We want to back-out the eas-dev merge that happened in the tree after
5.3-rc1 as those patches "should" all be in Linus's tree now.

This is done to handle the merge conflicts with 5.4-rc1.

Cc: Todd Kjos <tkjos@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: I12de178caa24b1b3b8158c7c466a0110b03c234a
parent 11891d0e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -8841,10 +8841,6 @@ static int need_active_balance(struct lb_env *env)
		return 1;
	}

	if (env->src_grp_type == group_overloaded && env->src_rq->misfit_task_load)
		return 1;


	return unlikely(sd->nr_balance_failed > sd->cache_nice_tries+2);
}