From owner-cvs-all Mon Sep 4 0:56:35 2000 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 3701237B423; Mon, 4 Sep 2000 00:56:33 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA78291; Mon, 4 Sep 2000 00:56:33 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <200009040756.AAA78291@freefall.freebsd.org> From: Alan Cox Date: Mon, 4 Sep 2000 00:56:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2000/09/04 00:56:33 PDT Modified files: sys/kern vfs_aio.c Log: Make filt_aio() check the jobstate for JOBST_JOBBFINISHED (in addition to JOBST_JOBFINISHED) in case the aio_read() or aio_write() was performed via the high-performance physio method, i.e., aio_qphysio(). Revision Changes Path 1.79 +3 -2 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message