Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269251AbUIIAn0 (ORCPT ); Wed, 8 Sep 2004 20:43:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269252AbUIIAn0 (ORCPT ); Wed, 8 Sep 2004 20:43:26 -0400 Received: from holomorphy.com ([207.189.100.168]:20652 "EHLO holomorphy.com") by vger.kernel.org with ESMTP id S269251AbUIIAnZ (ORCPT ); Wed, 8 Sep 2004 20:43:25 -0400 Date: Wed, 8 Sep 2004 17:43:20 -0700 From: William Lee Irwin III To: Roger Luethi Cc: Andrew Morton , linux-kernel@vger.kernel.org, Albert Cahalan , Paul Jackson Subject: Re: [1/1][PATCH] nproc v2: netlink access to /proc information Message-ID: <20040909004320.GJ3106@holomorphy.com> Mail-Followup-To: William Lee Irwin III , Roger Luethi , Andrew Morton , linux-kernel@vger.kernel.org, Albert Cahalan , Paul Jackson References: <20040908184028.GA10840@k3.hellgate.ch> <20040908184130.GA12691@k3.hellgate.ch> <20040909003529.GI3106@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040909003529.GI3106@holomorphy.com> Organization: The Domain of Holomorphy User-Agent: Mutt/1.5.6+20040722i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 575 Lines: 15 On Wed, Sep 08, 2004 at 05:35:29PM -0700, William Lee Irwin III wrote: > Any chance you could convert these to use the new vm statistics > accounting? Hmm, there's a more serious issue; CONFIG_MMU=n will barf on these. For that you will need to #ifdef on CONFIG_MMU and use the methods in fs/proc/task_nommu.c and so on. -- wli - 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/