The patch titled sched.c: correct comment for this_rq_lock() has been added to the -mm tree. Its filename is schedc-correct-comment-for-this_rq_lock-routine.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: sched.c: correct comment for this_rq_lock() From: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Acked-by: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/sched.c~schedc-correct-comment-for-this_rq_lock-routine kernel/sched.c --- a/kernel/sched.c~schedc-correct-comment-for-this_rq_lock-routine +++ a/kernel/sched.c @@ -547,7 +547,7 @@ rq_sched_info_depart(struct rq *rq, unsi #endif /* - * rq_lock - lock a given runqueue and disable interrupts. + * this_rq_lock - lock this runqueue and disable interrupts. */ static inline struct rq *this_rq_lock(void) __acquires(rq->lock) _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are schedc-correct-comment-for-this_rq_lock-routine.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html