From owner-cvs-sys Sat Mar 2 14:18:50 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21980 for cvs-sys-outgoing; Sat, 2 Mar 1996 14:18:50 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21959 Sat, 2 Mar 1996 14:18:38 -0800 (PST) Date: Sat, 2 Mar 1996 14:18:38 -0800 (PST) From: John Dyson Message-Id: <199603022218.OAA21959@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/03/02 14:18:37 Modified: sys/ufs/ffs ffs_vfsops.c Log: Handle the bogus device that MFS uses as its VBLK device. We now don't try to VMIO open it on MFS mounts. This will fix the mfs_badops panic. Revision Changes Path 1.38 +8 -2 src/sys/ufs/ffs/ffs_vfsops.c