From owner-cvs-all Thu Oct 22 22:43:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24787 for cvs-all-outgoing; Thu, 22 Oct 1998 22:43:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA24782; Thu, 22 Oct 1998 22:43:17 -0700 (PDT) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA20106; Thu, 22 Oct 1998 22:43:14 -0700 (PDT) Date: Thu, 22 Oct 1998 22:43:14 -0700 (PDT) Message-Id: <199810230543.WAA20106@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_object.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1998/10/22 22:43:14 PDT Modified files: sys/vm vm_object.c Log: Oops, revert part of last fix. vm_pager_dealloc() can't be called until after the pages are removed from the object...so fix the problem by not printing the diagnostic for wired fictitious pages (which is normal). Revision Changes Path 1.132 +8 -7 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message