Subject: CVS commit: src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 10/08/2004 18:43:50
Module Name:	src
Committed By:	dbj
Date:		Fri Oct  8 18:43:50 UTC 2004

Modified Files:
	src/sys/ufs/ufs: ufs_inode.c

Log Message:
remove diagnostic check for modified inactive inodes in ufs_reclaim
this condition can occur if ufs_inactive experiences failure attempting
to write the inode out.  Instead, have ufs_reclaim always call VOP_UPDATE
which will only write out the inode if there are unflushed changes


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/ufs/ufs/ufs_inode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.