Re: [PATCH 6/6] sched_ext: Make task_can_run_on_remote_rq() use common task_allowed_on_cpu()
From: Tejun Heo
Date: Tue Aug 06 2024 - 13:09:47 EST
On Tue, Aug 06, 2024 at 10:12:59AM +0200, Peter Zijlstra wrote:
> > +extern inline bool task_allowed_on_cpu(struct task_struct *p, int cpu)
>
> This wants to be "static inline". no? I think we try and avoid "extern
> inline".
Oh yeah, definitely. Will fix it up.
Thanks.
--
tejun