| | Subject | Re: [PATCH 03/16] sched: SCHED_DEADLINE data structures. | | From | Peter Zijlstra <> | | Date | Mon, 23 Apr 2012 11:34:01 +0200 |
| |
On Fri, 2012-04-06 at 09:14 +0200, Juri Lelli wrote: > + p->sched_class = &dl_sched_class;
Does this patch actually compile? I've only seen a fwd declaration of this variable but here you take an actual reference to it.
|