From owner-cvs-all Thu Jan 28 22:30:56 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29268 for cvs-all-outgoing; Thu, 28 Jan 1999 22:30:56 -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 WAA29263; Thu, 28 Jan 1999 22:30:55 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA30740; Thu, 28 Jan 1999 22:30:55 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Thu, 28 Jan 1999 22:30:55 -0800 (PST) Message-Id: <199901290630.WAA30740@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/devfs devfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/28 22:30:54 PST Modified files: (Branch: RELENG_3) sys/miscfs/devfs devfs_vnops.c Log: Backport bug in devfs_strategy() from -4.x. switch case for VCHR was falling through to VBLK. Note however that the bug would not have caused abnormal operation in most cases. Revision Changes Path 1.65.2.1 +6 -1 src/sys/miscfs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message