NetBSD/sys/isofs/cd9660
scw ebb1e2f6d4 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.
2000-01-11 09:04:50 +00:00
..
Makefile
TODO
TODO.hibler
cd9660_bmap.c
cd9660_extern.h From patch supplied in PR-7951 by Joachim Kuebart: 1999-07-13 11:12:05 +00:00
cd9660_lookup.c Adapt to cache_lookup() changes (forgot to commit it yesterday) 1999-09-06 10:10:05 +00:00
cd9660_mount.h From patch supplied in PR-7951 by Joachim Kuebart: 1999-07-13 11:12:05 +00:00
cd9660_node.c Modify file systems to deal with struct lock in struct vnode. All leaf 1999-07-08 01:05:58 +00:00
cd9660_node.h Modify file systems to deal with struct lock in struct vnode. All leaf 1999-07-08 01:05:58 +00:00
cd9660_rrip.c From patch supplied in PR-7951 by Joachim Kuebart: 1999-07-13 11:12:05 +00:00
cd9660_rrip.h
cd9660_util.c From patch supplied in PR-7951 by Joachim Kuebart: 1999-07-13 11:12:05 +00:00
cd9660_vfsops.c Add calls to vn_lock() and VOP_UNLOCK() around the VOP_CLOSE() call 2000-01-11 09:04:50 +00:00
cd9660_vnops.c Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl 1999-08-03 20:19:16 +00:00
iso.h From patch supplied in PR-7951 by Joachim Kuebart: 1999-07-13 11:12:05 +00:00
iso_rrip.h