Subject: Re: locking errors in -current
To: Michael Graff <explorer@flame.org>
From: Chuck Silvers <chuq@chuq.com>
List: current-users
Date: 12/02/2000 19:59:52
On Sat, Dec 02, 2000 at 03:22:50PM -0800, Michael Graff wrote:
> 	"panic: kernel diagnostic assertion "bytes != 0" failed: file 
> 	miscfs/genfs/genfs_vnops.c line 963
> 
> This is repeatable, and I have a core dump, but no netbsd.gdb file.

this is now fixed, grab the new ufs_inode.c.
the problem was in the case where the filesystem filled up
and we failed to allocate a new block during a write().

-Chuck