cvs commit: src/sys/kern kern_shutdown.c vfs_subr.c

John Baldwin jhb at FreeBSD.org
Thu Jul 15 11:56:20 PDT 2004


On Thursday 15 July 2004 01:29 am, Alfred Perlstein wrote:
> >   Also, why do you copy the proc name to the stack lower in
> >   kern_shutdown.c?  Do you fear that the proc might change from
> >   under you when you're at the bottom and you can't therefore
> >   only keep a reference to the proc instead?
>
> Because I don't know if the proc will be there after it nukes itself.

They don't nuke themselves, they just go to sleep.  A quick look at the code 
would have revealed this.

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the cvs-src mailing list