[PATCH] sched/rt: Fix a comment in struct sched_dl_entity

2014-05-08 Thread xiaofeng.yan
Change sched_setscheduler2() to sched_setattr() in the comments. There isn't function sched_setscheduler2() in the main line. The previous EDF version defines this function before being merged into the main line. User should use sched_setattr() instead of sched_setscheduler2() now. Signed-off-by:

Re: [PATCH] sched/rt: Fix a comment in struct sched_dl_entity

2014-05-08 Thread xiaofeng.yan
On 2014/5/8 19:04, Peter Zijlstra wrote: On Thu, May 08, 2014 at 10:31:20AM +, xiaofeng.yan wrote: Change sched_setscheduler2() to sched_setscheduler() in the comments. There isn't function sched_setscheduler2() in the main line. The previous EDF version defines this function before being me

Re: [PATCH] sched/rt: Fix a comment in struct sched_dl_entity

2014-05-08 Thread Peter Zijlstra
On Thu, May 08, 2014 at 10:31:20AM +, xiaofeng.yan wrote: > Change sched_setscheduler2() to sched_setscheduler() in the comments. > There isn't function sched_setscheduler2() in the main line. > The previous EDF version defines this function > before being merged into the main line. > User shou

[PATCH] sched/rt: Fix a comment in struct sched_dl_entity

2014-05-08 Thread xiaofeng.yan
Change sched_setscheduler2() to sched_setscheduler() in the comments. There isn't function sched_setscheduler2() in the main line. The previous EDF version defines this function before being merged into the main line. User should use sched_setscheduler() instead of sched_setscheduler2() now. Signe