Fix a buf_daemon performance issue when running on machines with small
commitcd08334035673491d7b9b0fc143157548eee20a1
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 30 Jun 2008 02:11:53 +0000 (30 02:11 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 30 Jun 2008 02:11:53 +0000 (30 02:11 +0000)
treec86f5d802d7a53eda4f8e5a1a37bfa653c61b10c
parent312de84d111ce55918f093cb14671b5a1c4e7ab4
Fix a buf_daemon performance issue when running on machines with small
amounts of ram.  The daemon was hitting a 1/2 sleep case that it should
not have been hitting.
sys/kern/vfs_bio.c