From owner-cvs-src@FreeBSD.ORG Thu Sep 16 21:03:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78DEC16A4CF; Thu, 16 Sep 2004 21:03:33 +0000 (GMT) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB02743D5D; Thu, 16 Sep 2004 21:03:30 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr2.xs4all.nl (8.12.11/8.12.11) with ESMTP id i8GL3TEm049406; Thu, 16 Sep 2004 23:03:29 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i8GL3T6S064457; Thu, 16 Sep 2004 23:03:29 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i8GL3ToN064456; Thu, 16 Sep 2004 23:03:29 +0200 (CEST) (envelope-from wb) Date: Thu, 16 Sep 2004 23:03:29 +0200 From: Wilko Bulte To: Pawel Jakub Dawidek Message-ID: <20040916210329.GA64433@freebie.xs4all.nl> References: <200409162038.i8GKcBl8049357@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409162038.i8GKcBl8049357@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 21:03:33 -0000 On Thu, Sep 16, 2004 at 08:38:11PM +0000, Pawel Jakub Dawidek wrote.. > pjd 2004-09-16 20:38:11 UTC > > FreeBSD src repository > > Modified files: > sys/dev/md md.c > Log: > There is no need to keep 'npage' value inside our softc structure, > it is only used in one function. While doing so, change its type to > vm_ooffset_t. > We are still limited for swap-backed devices to 16TB on 32-bit architectures /me imagines 16TB of swap.. :) -- Wilko Bulte wilko@FreeBSD.org