From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964798AbXCKTQR (ORCPT ); Sun, 11 Mar 2007 15:16:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964805AbXCKTQR (ORCPT ); Sun, 11 Mar 2007 15:16:17 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:42833 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964798AbXCKTQQ (ORCPT ); Sun, 11 Mar 2007 15:16:16 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Pavel Emelianov Cc: Andrew Morton , Paul Menage , Srivatsa Vaddagiri , Balbir Singh , containers@lists.osdl.org, Linux Kernel Mailing List Subject: Re: [RFC][PATCH 4/7] RSS accounting hooks over the code References: <45ED7DEC.7010403@sw.ru> <45ED81F2.80402@sw.ru> Date: Sun, 11 Mar 2007 13:14:55 -0600 In-Reply-To: <45ED81F2.80402@sw.ru> (Pavel Emelianov's message of "Tue, 06 Mar 2007 18:00:02 +0300") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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 Pavel Emelianov writes: > Pages are charged to their first touchers which are > determined using pages' mapcount manipulations in > rmap calls. NAK pages should be charged to every rss group whose mm_struct they are mapped into. Eric