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

Commit ace40263 authored by Junjie Wu's avatar Junjie Wu Committed by Gerrit - the friendly Code Review server
Browse files

sched: Export sched_setscheduler_nocheck()



Export sched_setscheduler_nocheck() so that external kernel modules
can use it.

Change-Id: Ib50f537f5aef50c365ba63fb8ffce05bc1c7c431
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent 090e59ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5825,6 +5825,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)