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

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

Merge "sched: Export sched_setscheduler_nocheck()"

parents bd178d8f ace40263
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5758,6 +5758,7 @@ int sched_setscheduler_nocheck(struct task_struct *p, int policy,
{
	return _sched_setscheduler(p, policy, param, false);
}
EXPORT_SYMBOL(sched_setscheduler_nocheck);

static int
do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param)