Fix a very old bug where the root mount was not getting a filesystem syncer
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 24 May 2008 19:08:28 +0000 (19:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 24 May 2008 19:08:28 +0000 (19:08 +0000)
commitf23651722bbc875e19ac926e0c690a4996472622
tree03561a8243d04ab4cfcdfa6136d4ff3b6da8cdef
parent438c34357fd3dbbcf6987f9327401ec26da051c5
Fix a very old bug where the root mount was not getting a filesystem syncer
assigned to it.  This caused the more recent vnode recycling code to fail
to recycle vnodes on the root mount, leading to resource starvation.

Reported-by: Peter Avalos <pavalos@theshell.com>,
     Michael Neumann <mneumann@ntecs.de>
sys/kern/vfs_conf.c