From owner-cvs-sys Sun Nov 30 23:04:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA13046 for cvs-sys-outgoing; Sun, 30 Nov 1997 23:04:34 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA12849; Sun, 30 Nov 1997 23:02:21 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA23776; Sun, 30 Nov 1997 23:01:47 -0800 (PST) Date: Sun, 30 Nov 1997 23:01:47 -0800 (PST) Message-Id: <199712010701.XAA23776@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_aio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/11/30 23:01:47 PST Modified files: sys/kern vfs_aio.c Log: Fix error handling for VCHR type I/O. Also, fix another spl problem, and remove alot of overly verbose debugging statements. Revision Changes Path 1.17 +93 -342 src/sys/kern/vfs_aio.c