Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 01/15/2000 21:56:15
Module Name:	syssrc
Committed By:	perseant
Date:		Sun Jan 16 05:56:15 UTC 2000

Modified Files:
	syssrc/sys/ufs/lfs: lfs_inode.c lfs_segment.c lfs_subr.c

Log Message:
Fix a problem in my changes of Dec 14th, that prevents removed vnodes
from being inactivated under some conditions.  Removed vnodes are now
inactivated when the VDIROP flag is cleared, and to prevent block
accounting problems this clearing has been postponed until
lfs_segunlock.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.38 -r1.39 syssrc/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/ufs/lfs/lfs_subr.c

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