diff --git a/kernel/cgroup/cpuset.c b/kernel/cgroup/cpuset.c index 2728c634e984..b7f5ad665149 100644 --- a/kernel/cgroup/cpuset.c +++ b/kernel/cgroup/cpuset.c @@ -3798,7 +3798,7 @@ void cpuset_cpus_allowed(struct task_struct *tsk, struct cpumask *pmask) guarantee_online_cpus(tsk, pmask); spin_unlock_irqrestore(&callback_lock, flags); } - +EXPORT_SYMBOL_GPL(cpuset_cpus_allowed); /** * cpuset_cpus_allowed_fallback - final fallback before complete catastrophe. * @tsk: pointer to task_struct with which the scheduler is struggling