From owner-cvs-all Sat Apr 13 20: 9: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 9176C37B400; Sat, 13 Apr 2002 20:08:58 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id BF306182B; Sat, 13 Apr 2002 22:08:57 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 68CB6182C; Sat, 13 Apr 2002 22:08:56 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 52614182B; Sat, 13 Apr 2002 22:08:56 -0500 (CDT) Date: Sat, 13 Apr 2002 22:08:56 -0500 (CDT) From: Alan Cox To: Alan Cox Cc: , Subject: Re: cvs commit: src/sys/kern vfs_aio.c In-Reply-To: <200204140304.g3E34JN59434@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20010714 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 On Sat, 13 Apr 2002, Alan Cox wrote: > 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 > I forgot to add: Reviewed and in part submitted by: tegge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message