From owner-cvs-sys Sun Nov 12 02:17:04 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA03584 for cvs-sys-outgoing; Sun, 12 Nov 1995 02:17:04 -0800 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA03572 ; Sun, 12 Nov 1995 02:16:57 -0800 Date: Sun, 12 Nov 1995 02:16:57 -0800 From: David Greenman Message-Id: <199511121016.CAA03572@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/isofs/cd9660 cd9660_lookup.c cd9660_vnops.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk davidg 95/11/12 02:16:55 Modified: sys/isofs/cd9660 cd9660_lookup.c cd9660_vnops.c Log: Fix isoilk hang caused by not checking for read-onlyness in several places. The fix for this in Lite-2 is more complete, but these quick hacks of mine are safer for now. I plan to integrate the additional Lite-2 stuff at some later time. Should completely fix PR810.