DragonFly bugs List (threaded) for 2008-07
DragonFly BSD
DragonFly bugs List (threaded) for 2008-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/kern vfs_bio.c


From: "Sepherosa Ziehau" <sepherosa@xxxxxxxxx>
Date: Tue, 8 Jul 2008 10:30:45 +0800

On 7/8/08, Matthew Dillon <dillon@crater.dragonflybsd.org> wrote:
> dillon      2008/07/07 10:31:08 PDT
>
>  DragonFly src repository
>
>   Modified files:
>     sys/kern             vfs_bio.c
>   Log:
>   UFS+softupdates can build up thousands of dirty 1K buffers and run out
>   of buffers before it even hits the lodirtybufspace point.  The buf_daemon
>   is never triggered.  This case occurs rarely but can be triggered e.g.
>   by a cvs update.
>
>   Add dirtybufcount back in and flush if it exceeds (nbuf / 2) to handle
>   this degenerate case.

Thanks :D

-- 
Live Free or Die



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]