Merge "sched: Export sched_setscheduler_nocheck()"

This commit is contained in:
Linux Build Service Account 2015-12-15 22:01:48 -08:00 committed by Gerrit - the friendly Code Review server
commit 71ddf5daed

View file

@ -6668,6 +6668,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)