Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 01/11/2000 01:04:50
Module Name: syssrc
Committed By: scw
Date: Tue Jan 11 09:04:50 UTC 2000
Modified Files:
syssrc/sys/isofs/cd9660: cd9660_vfsops.c
Log Message:
Add calls to vn_lock() and VOP_UNLOCK() around the VOP_CLOSE() call
in iso_mountfs() to avoid a "panic: lockmgr: locking against myself"
when vrele() is called due to the mount having failed.
This fixes PR/9058.
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 syssrc/sys/isofs/cd9660/cd9660_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.