From owner-cvs-all Sat Apr 13 20: 4:25 2002 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 A112937B422; Sat, 13 Apr 2002 20:04:19 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3E34JN59434; Sat, 13 Apr 2002 20:04:19 -0700 (PDT) (envelope-from alc) Message-Id: <200204140304.g3E34JN59434@freefall.freebsd.org> From: Alan Cox Date: Sat, 13 Apr 2002 20:04:19 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/04/13 20:04:19 PDT Modified files: sys/kern vfs_aio.c Log: o Use aiocblist::fd_file in the AIO threads rather than recomputing the file * from the calling process's descriptor table. o Eliminate sharing of the calling process's descriptor table with the AIO threads. Revision Changes Path 1.125 +3 -45 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message