« Return to Thread: [PATCH -mm 1/2] rename is_single_threaded(task) to is_current_single_threaded(void)

Re: [PATCH v2 -mm 1/2] rename is_single_threaded(task) to current_is_single_threaded(void)

by David Howells :: Rate this Message:

Reply to Author | View in Thread

Oleg Nesterov <oleg@...> wrote:

> - 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@...>
> Acked-by: James Morris <jmorris@...>

Acked-by: David Howells <dhowells@...>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 « Return to Thread: [PATCH -mm 1/2] rename is_single_threaded(task) to is_current_single_threaded(void)