]> Git Repo - linux.git/commit
[PATCH] Reinstate const in next_thread()
authorKeith Owens <[email protected]>
Tue, 11 Apr 2006 05:54:07 +0000 (22:54 -0700)
committerLinus Torvalds <[email protected]>
Tue, 11 Apr 2006 13:18:41 +0000 (06:18 -0700)
commita9cdf410ca8f59b52bc7061a6751050010c7cc5b
treea7b63f15f2221e424b37989af1083701d1549adf
parent49b6e2ad00435209503863932d03470f825e0a1a
[PATCH] Reinstate const in next_thread()

Before commit 47e65328a7b1cdfc4e3102e50d60faf94ebba7d3, next_thread() took
a const task_t.  Reinstate the const qualifier, getting the next thread
never changes the current thread.

Signed-off-by: Keith Owens <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/sched.h
This page took 0.053428 seconds and 4 git commands to generate.