From owner-cvs-all Sun May 23 17:34:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C9F614D89; Sun, 23 May 1999 17:34:13 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA16272; Sun, 23 May 1999 17:34:13 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905240034.RAA16272@freefall.freebsd.org> From: John Birrell Date: Sun, 23 May 1999 17:34:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/23 17:34:13 PDT Modified files: sys/kern vfs_subr.c Log: Remove the test for bdevsw(dev) == NULL from bdevvp() because it fails if there is no character device associated with the block device. In this case that doesn't matter because bdevvp() doesn't use the character device structure. I can use the pointy bit of the axe too. Revision Changes Path 1.199 +2 -2 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message