From owner-cvs-all Wed Jan 19 18: 0: 6 2000 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 724DA14E9F; Wed, 19 Jan 2000 18:00:02 -0800 (PST) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA61880; Wed, 19 Jan 2000 18:00:01 -0800 (PST) (envelope-from jasone@FreeBSD.org) Message-Id: <200001200200.SAA61880@freefall.freebsd.org> From: Jason Evans Date: Wed, 19 Jan 2000 18:00:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jasone 2000/01/19 18:00:00 PST Modified files: sys/kern vfs_aio.c Log: Don't tsleep() while at splbio(). Correctly return EINPROGRESS from aio_error() even when an aio request is still in the socket queue. Submitted by: Adrian Chadd Revision Changes Path 1.67 +13 -3 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message