Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 20 Jul 2002 10:14:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 20 Jul 2002 10:14:31 -0400 Received: from loke.as.arizona.edu ([128.196.209.61]:11141 "EHLO loke.as.arizona.edu") by vger.kernel.org with ESMTP id ; Sat, 20 Jul 2002 10:14:28 -0400 Date: Sat, 20 Jul 2002 07:15:08 -0700 (MST) From: Craig Kulesa To: Rik van Riel cc: linux-kernel@vger.kernel.org, Subject: Re: [PATCH 6/6] Updated VM statistics patch In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 842 Lines: 22 On Sat, 20 Jul 2002, Rik van Riel wrote: > Except for the fact that you'll count every new page allocation > as an activation, which isn't quite the intended behaviour ;) *thwaps forehead* Ohhh, quite right. Darn. :) Hmmm. Does it sound acceptable to still increment pgdeactivate in mm_inline.h, and explicitly put hooks for pgactivate in the select places where pages really _are_ being 'reactivated'? That sounds fairly sensible to me -- unless you want to differentiate between pages that leave the active list via drop_behind() versus deactivate_page_nolock(). Many thanks, -Craig - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/