From owner-cvs-all Tue Mar 5 5:26: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD90637B400; Tue, 5 Mar 2002 05:25:57 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g25DPv940629; Tue, 5 Mar 2002 05:25:57 -0800 (PST) (envelope-from phk) Message-Id: <200203051325.g25DPv940629@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 5 Mar 2002 05:25:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/specfs spec_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/03/05 05:25:57 PST Modified files: sys/fs/specfs spec_vnops.c Log: If in strategy we find that we have no devsw on the device anymore we are probably talking about some disk-device which wente away, so return ENXIO instead of panicing. Revision Changes Path 1.167 +6 -3 src/sys/fs/specfs/spec_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message