From owner-cvs-src@FreeBSD.ORG Thu Sep 16 20:38:11 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 5B9FF16A4CE; Thu, 16 Sep 2004 20:38:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B99C43D39; Thu, 16 Sep 2004 20:38:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8GKcBZM049358; Thu, 16 Sep 2004 20:38:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8GKcBl8049357; Thu, 16 Sep 2004 20:38:11 GMT (envelope-from pjd) Message-Id: <200409162038.i8GKcBl8049357@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 16 Sep 2004 20:38:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 20:38:11 -0000 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 where PAGE_SIZE is 4096 bytes. Revision Changes Path 1.138 +8 -8 src/sys/dev/md/md.c