From owner-cvs-all Tue Aug 6 23: 3:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CED737B400; Tue, 6 Aug 2002 23:03:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3011543E6A; Tue, 6 Aug 2002 23:03:11 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7763AJU001486; Tue, 6 Aug 2002 23:03:11 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7763A8G001484; Tue, 6 Aug 2002 23:03:10 -0700 (PDT) Message-Id: <200208070603.g7763A8G001484@freefall.freebsd.org> From: Alan Cox Date: Tue, 6 Aug 2002 23:03:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys aio.h src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: RELENG_4 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/08/06 23:03:10 PDT Modified files: (Branch: RELENG_4) sys/sys aio.h sys/kern vfs_aio.c Log: MFC o Change jobref and *ijoblist from int to long in order to avoid a catastrophe after the 2^32nd AIO operation on 64-bit architectures. o Remove unused or unnecessary variables and fields. Revision Changes Path 1.70.2.19 +6 -12 src/sys/kern/vfs_aio.c 1.13.2.7 +1 -2 src/sys/sys/aio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message