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

Alfred Perlstein alfred at freebsd.org
Wed Jul 14 22:29:41 PDT 2004


* Bosko Milekic <bmilekic at FreeBSD.org> [040714 22:02] wrote:
> 
>   Why on earth would you move that first printf in boot() to inside
>   the loop and introduce a variable to not reprint it after the first
>   iteration?

Because there may be no bufs.

>   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.

So glad to be back,
-Alfred


More information about the cvs-all mailing list