Re: problem with "Use CLONE_KERNEL for the common kernel thread flags"?

From: Ingo Molnar (mingo@redhat.com)
Date: Sun Sep 15 2002 - 16:56:32 EST


On Sun, 15 Sep 2002, Matthew Wilcox wrote:

> -#define CLONE_SIGNAL (CLONE_SIGHAND | CLONE_THREAD)
> +#define CLONE_KERNEL (CLONE_FS | CLONE_FILES | CLONE_SIGHAND)
> - kernel_thread(init, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGNAL);
> + kernel_thread(init, NULL, CLONE_KERNEL);
>
> init used to be spawned with CLONE_THREAD and no longer is. Was this
> intentional? [...]

i think Linus combined a cleanup with the fix i sent earlier today, so
this does look intentional.

        Ingo

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



This archive was generated by hypermail 2b29 : Sun Sep 15 2002 - 22:00:38 EST