From owner-freebsd-current Tue Aug 25 01:43:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22976 for freebsd-current-outgoing; Tue, 25 Aug 1998 01:43:53 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22964 for ; Tue, 25 Aug 1998 01:43:48 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id DAA00455; Tue, 25 Aug 1998 03:41:17 -0500 (EST) (envelope-from toor) Message-Id: <199808250841.DAA00455@dyson.iquest.net> Subject: Re: Serious bug in vm_page.h in current In-Reply-To: from Doug Rabson at "Aug 25, 98 08:58:42 am" To: dfr@nlsystems.com (Doug Rabson) Date: Tue, 25 Aug 1998 03:41:17 -0500 (EST) Cc: dyson@iquest.net, current@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@iquest.net X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Rabson said: > On Tue, 25 Aug 1998, John S. Dyson wrote: > > > > > PAGE_BUSY is used to set the busy flag, and not the busy > > bitmask. Attachment contains patch. > > I thought of setting the busy flag when I put PAGE_BUSY in but none of the > places where I changed m->busy++ to PAGE_BUSY(m) set the flag. I'll fix > it anyway, thanks.. > After more careful (and less confused review), your code is correct. The change in definition isn't that big a deal (only a little confusing when I was trying to merge some older code in -- and being in a hurry :-)). -- John | Never try to teach a pig to sing, dyson@iquest.net | it makes one look stupid jdyson@nc.com | and it irritates the pig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message