From owner-cvs-all@FreeBSD.ORG Tue Sep 30 19:40:39 2003 Return-Path: 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 7418716A4B3; Tue, 30 Sep 2003 19:40:39 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B50E43FEC; Tue, 30 Sep 2003 19:40:38 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id A613B65482; Wed, 1 Oct 2003 03:40:36 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 66147-04-2; Wed, 1 Oct 2003 03:40:36 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 33A33654C5; Wed, 1 Oct 2003 03:40:36 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 775F010; Wed, 1 Oct 2003 03:40:35 +0100 (BST) Date: Wed, 1 Oct 2003 03:40:35 +0100 From: Bruce M Simpson To: Andrew Gallatin Message-ID: <20031001024035.GB6471@saboteur.dek.spc.org> Mail-Followup-To: Andrew Gallatin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200310010121.h911LbnC044557@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310010121.h911LbnC044557@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 02:40:39 -0000 On Tue, Sep 30, 2003 at 06:21:37PM -0700, Andrew Gallatin wrote: ... > without first setting it to start_entry. Naturally, the second loop > is never entered and the pages backing the entries are never unwired. > This can lead to a leak of wired pages. Well spotted... *pats on back* BMS