Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 06/22/2000 11:11:51
Module Name:	syssrc
Committed By:	perseant
Date:		Thu Jun 22 18:11:47 UTC 2000

Modified Files:
	syssrc/sys/ufs/lfs: lfs_alloc.c lfs_segment.c lfs_syscalls.c
	    lfs_vnops.c

Log Message:
Update lfs_vunref for the fact that now a vnode can be locked with no
references (locked for VOP_INACTIVE at the end of vrele) and it's okay.
Check the return value of lfs_vref where appropriate.
Fixes PR #s 10285 and 10352.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.49 -r1.50 syssrc/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.41 -r1.42 syssrc/sys/ufs/lfs/lfs_syscalls.c
cvs rdiff -r1.38 -r1.39 syssrc/sys/ufs/lfs/lfs_vnops.c

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