Subject: Re: tsleep() in vfs_shutdown (update)
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Artur Grabowski <art@stacken.kth.se>
List: tech-kern
Date: 08/29/2000 14:25:56
Manuel Bouyer <bouyer@antioche.lip6.fr> writes:

> On Mon, Aug 28, 2000 at 07:47:38AM -0700, Jason R Thorpe wrote:
> > Actually, the only thing p1 != curproc is allows is if p1 == &proc0, i.e.
> > you are creating a kernel thread.
> 
> But was value is curproc when creating a kernel thread ? Can a user process
> or a kernel thread create another kernel thread ?

Yes, it works. Don't ask me how I know this, I'm not proud of it.

//art