Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index