cvs commit: src/sys/kern kern_shutdown.c vfs_subr.c
Nate Lawson
nate at root.org
Wed Aug 11 09:38:21 PDT 2004
Don Lewis wrote:
> On 10 Aug, Nate Lawson wrote:
>
>>njl 2004-08-10 01:32:05 UTC
>>
>> FreeBSD src repository
>>
>> Modified files:
>> sys/kern kern_shutdown.c vfs_subr.c
>> Log:
>> Skip the syncing disks loop if there are no dirty buffers. Remove a
>> variable used to flag the initial printf.
>>
>> Submitted by: truckman (earlier version)
>>
>> Revision Changes Path
>> 1.162 +13 -5 src/sys/kern/kern_shutdown.c
>> 1.519 +1 -1 src/sys/kern/vfs_subr.c
>
>
> BDE had a number of objections to this patch. This is the alternative
> that I came up with:
Feel free to rework/commit it. I think your patch is a little rough
still but generally think it's a good idea to reuse the check for nbufs.
-Nate
More information about the cvs-src
mailing list