diff options
author | Oleg Nesterov <oleg@redhat.com> | 2009-07-10 03:48:23 +0200 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-07-17 01:10:42 +0200 |
commit | 5bb459bb45d1ad3c177485dcf0af01580aa31125 (patch) | |
tree | fd6d11d424d222b97f56d8b870bdecbacaab8a17 /README | |
parent | kernel: fix is_single_threaded (diff) | |
download | linux-5bb459bb45d1ad3c177485dcf0af01580aa31125.tar.xz linux-5bb459bb45d1ad3c177485dcf0af01580aa31125.zip |
kernel: rename is_single_threaded(task) to current_is_single_threaded(void)
- is_single_threaded(task) is not safe unless task == current,
we can't use task->signal or task->mm.
- it doesn't make sense unless task == current, the task can
fork right after the check.
Rename it to current_is_single_threaded() and kill the argument.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions