Subject: Re: kern/26707
To: None <kern-bug-people@netbsd.org, netbsd-bugs@netbsd.org,>
From: None <chs@netbsd.org>
List: netbsd-bugs
Date: 02/08/2005 03:47:43
Synopsis: panic in genfs_putpages()

State-Changed-From-To: open->closed
State-Changed-By: chs@netbsd.org
State-Changed-When: Tue, 08 Feb 2005 03:47:43 +0000
State-Changed-Why:
the earlier comment (that this crash was actually due to running out of
the statically-allocated kernel map entries) was correct.
the code has been changed in -current so that we no longer need to
statically allocate any map entries, so we can no longer run out.