On Thu, Jul 09, 2009 at 11:28:47PM +0200, Oleg Nesterov wrote:
> (on top of rework-fix-is_single_threaded.patch)
>
> - 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 is_current_single_threaded() and kill the argument.
It would be more natural to put the current first, as in
current_is_single_threaded(). That would also fit with the various
other current_* helpers we have.
--
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.htmlPlease read the FAQ at
http://www.tux.org/lkml/