Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 176cedc4 authored by T.Zhou's avatar T.Zhou Committed by Ingo Molnar
Browse files

sched/dl: Fix comment in pick_next_task_dl()



Fix cut & paste oversight:

  s/pull_rt_task/pull_dl_task

Signed-off-by: default avatarT.Zhou <t1zhou@163.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: juri.lelli@gmail.com
Link: http://lkml.kernel.org/r/20161123004832.GA2983@geo


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent ec84f005
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1137,7 +1137,7 @@ pick_next_task_dl(struct rq *rq, struct task_struct *prev, struct pin_cookie coo
		pull_dl_task(rq);
		lockdep_repin_lock(&rq->lock, cookie);
		/*
		 * pull_rt_task() can drop (and re-acquire) rq->lock; this
		 * pull_dl_task() can drop (and re-acquire) rq->lock; this
		 * means a stop task can slip in, in which case we need to
		 * re-start task selection.
		 */