From owner-freebsd-current@FreeBSD.ORG Fri Sep 24 18:01:20 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559F316A4CE for ; Fri, 24 Sep 2004 18:01:20 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id D758543D58 for ; Fri, 24 Sep 2004 18:01:19 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.1/8.12.10) with ESMTP id i8OI1Pqt001552; Fri, 24 Sep 2004 14:01:25 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.1/8.12.10/Submit) id i8OI1PhO001551; Fri, 24 Sep 2004 14:01:25 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 24 Sep 2004 14:01:25 -0400 From: David Schultz To: Chris Laverdure Message-ID: <20040924180125.GA1471@VARK.MIT.EDU> Mail-Followup-To: Chris Laverdure , freebsd-current@FreeBSD.ORG References: <7m7jqjhojv.wl@black.imgsrc.co.jp> <20040924122508.GG9550@darkness.comp.waw.pl> <20040924161255.GA699@VARK.MIT.EDU> <1096044256.677.0.camel@elemental.DashEvil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1096044256.677.0.camel@elemental.DashEvil> cc: freebsd-current@FreeBSD.ORG Subject: Re: panic: swap_pager_isswapped: failed to locate all swap meta blocks X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 18:01:20 -0000 On Fri, Sep 24, 2004, Chris Laverdure wrote: > Excuse my ignorance, but what is the point of calling swapoff on > shutdown anyway? Is it just for testing? According to Pawel's commit message, it's to ensure that the underlying partition is marked as clean when the backing store is g_mirror, for instance.