From owner-cvs-all Fri Jul 28 16:10:20 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 9755037B9DB; Fri, 28 Jul 2000 16:10:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA63385; Fri, 28 Jul 2000 16:10:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007282310.QAA63385@freefall.freebsd.org> From: Peter Wemm Date: Fri, 28 Jul 2000 16:10:11 -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 peter 2000/07/28 16:10:11 PDT Modified files: sys/kern vfs_aio.c Log: Fix the #ifdef VFS_AIO to not compile a whole bunch of unused stuff in the !VFS_AIO case. Lots of things have hooks into here (kqueue, exit(), sockets, etc), I elected to keep the external interfaces the same rather than spread more #ifdefs around the kernel. Revision Changes Path 1.78 +35 -8 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message