From owner-cvs-all Sun Oct 25 11:26:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07146 for cvs-all-outgoing; Sun, 25 Oct 1998 11:26:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07141; Sun, 25 Oct 1998 11:26:22 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA21623; Sun, 25 Oct 1998 11:26:18 -0800 (PST) Date: Sun, 25 Oct 1998 11:26:18 -0800 (PST) Message-Id: <199810251926.LAA21623@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c src/sys/i386/i386 swapgeneric.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/msdosfs msdosfs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/10/25 11:26:18 PST Modified files: sys/gnu/ext2fs ext2_vfsops.c sys/i386/i386 swapgeneric.c sys/isofs/cd9660 cd9660_vfsops.c sys/msdosfs msdosfs_vfsops.c Log: Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted when bdevsw[] became sparse. We still depend on magic to avoid having to check that (v_rdev) device numbers in vnodes are not NODEV. Revision Changes Path 1.41 +2 -1 src/sys/gnu/ext2fs/ext2_vfsops.c 1.25 +3 -2 src/sys/i386/i386/swapgeneric.c 1.45 +3 -2 src/sys/isofs/cd9660/cd9660_vfsops.c 1.37 +4 -2 src/sys/msdosfs/msdosfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message