[PATCH] cpuset: task_lock comment fix
authorPaul Jackson <pj@sgi.com>
Fri, 31 Mar 2006 10:30:50 +0000 (02:30 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:55 +0000 (12:18 -0800)
commit4a01c8d5be628ac20cfd432c21808d76be5813e6
tree040ae0d60df3993a752ce852d3e3dc036586b037
parent2cf8d82d63807c2c68adf20bb28bf502496186dd
[PATCH] cpuset: task_lock comment fix

Fix cpuset comment involving case of a tasks cpuset pointer being NULL.
Thanks to "the_top_cpuset_hack", this code no longer sees NULL task->cpuset
pointers.

Signed-off-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/cpuset.c