From owner-freebsd-commit Sat Mar 2 14:18:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22003 for freebsd-commit-outgoing; Sat, 2 Mar 1996 14:18:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21992 for cvs-all-outgoing; Sat, 2 Mar 1996 14:18:53 -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-commit@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