Date: Thu, 15 Jul 2004 05:02:25 +0000 From: Bosko Milekic <bmilekic@FreeBSD.org> To: Alfred Perlstein <alfred@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c vfs_subr.c Message-ID: <20040715050225.GA87532@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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?
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?
-Bosko
alfred 2004-07-15 04:29:48 UTC
FreeBSD src repository
Modified files:
sys/kern kern_shutdown.c vfs_subr.c
Log:
Tidy up system shutdown.
Revision Changes Path
1.156 +13 -5 src/sys/kern/kern_shutdown.c
1.511 +11 -1 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040715050225.GA87532>
