From owner-cvs-all Sat Apr 6 17:28:39 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 4962237B41A; Sat, 6 Apr 2002 17:28:35 -0800 (PST) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g371SZw36835; Sat, 6 Apr 2002 17:28:35 -0800 (PST) (envelope-from alc) Message-Id: <200204070128.g371SZw36835@freefall.freebsd.org> From: Alan Cox Date: Sat, 6 Apr 2002 17:28:35 -0800 (PST) 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/06 17:28:35 PST Modified files: sys/kern vfs_aio.c Log: Change jobref and *ijoblist from int to long in order to avoid a catastrophe after the 2^32nd AIO operation on 64-bit architectures. Revision Changes Path 1.122 +3 -3 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message