Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 11/23/2000 00:11:35
Module Name:	syssrc
Committed By:	perseant
Date:		Wed Nov 22 22:11:35 UTC 2000

Modified Files:
	syssrc/sys/ufs/lfs: lfs_syscalls.c

Log Message:
Protect lfs_{bmapv,markv} with vfs_{un,}busy.  Fix a reference/lock leak
in an error case in lfs_markv.  Change the vfs_getvfs() error to return
ENOENT, for consistency with failure of vfs_busy().

99% of this patch was from Jesse Off <joff@gci-net.com> (PR #11547).


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/ufs/lfs/lfs_syscalls.c

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