Date: Wed, 14 Jul 2004 22:29:41 -0700 From: Alfred Perlstein <alfred@freebsd.org> To: Bosko Milekic <bmilekic@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c vfs_subr.c Message-ID: <20040715052941.GL95729@elvis.mu.org> In-Reply-To: <20040715050225.GA87532@freefall.freebsd.org> References: <20040715050225.GA87532@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Bosko Milekic <bmilekic@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040715052941.GL95729>