From owner-cvs-all Tue Mar 6 22:37:34 2001 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 0058737B719; Tue, 6 Mar 2001 22:37:25 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f276bPr09401; Tue, 6 Mar 2001 22:37:25 -0800 (PST) (envelope-from alc) Message-Id: <200103070637.f276bPr09401@freefall.freebsd.org> From: Alan Cox Date: Tue, 6 Mar 2001 22:37:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c src/sys/sys aio.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2001/03/06 22:37:25 PST Modified files: (Branch: RELENG_4) sys/kern vfs_aio.c sys/sys aio.h Log: MFC: sys/aio.h: Remove outdated comments that describe aio_cancel() as unimplemented. Remove a duplicate function prototype for aio_error(). [revisions 1.21, 1.23, and 1.24] kern/vfs_aio.c: Add a missing splx() to aio_fphysio(). [revision 1.94] Approved by: jkh Revision Changes Path 1.70.2.8 +7 -13 src/sys/kern/vfs_aio.c 1.13.2.4 +2 -9 src/sys/sys/aio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message