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

Don Lewis truckman at FreeBSD.org
Wed Jul 14 22:46:14 PDT 2004


On 15 Jul, Alfred Perlstein wrote:
> 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

The message in sched_sync should refer to "vnodes remaining" since that
is what it is counting.  "Syncer syncing disks" sounds somewhat
redundant, since that is its only purpose.  Maybe "Syncer doing final
sync" would be better if verbosity is desirable.

I'd prefer skipping the the final sync() in boot() if there are no dirty
buffers, with a message something like "skipping final sync because no
dirty buffers remain".


More information about the cvs-all mailing list