From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail172.messagelabs.com (mail172.messagelabs.com [216.82.254.3]) by kanga.kvack.org (Postfix) with ESMTP id 2C82E6B004D for ; Tue, 1 Sep 2009 05:39:01 -0400 (EDT) Date: Tue, 1 Sep 2009 11:39:10 +0200 From: Johannes Weiner Subject: Re: [mmotm][BUG] free is bigger than presnet Re: mmotm 2009-08-27-16-51 uploaded Message-ID: <20090901093910.GA24110@cmpxchg.org> References: <200908272355.n7RNtghC019990@imap1.linux-foundation.org> <20090901180032.55f7b8ca.kamezawa.hiroyu@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090901180032.55f7b8ca.kamezawa.hiroyu@jp.fujitsu.com> Sender: owner-linux-mm@kvack.org To: KAMEZAWA Hiroyuki Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, "linux-mm@kvack.org" List-ID: On Tue, Sep 01, 2009 at 06:00:32PM +0900, KAMEZAWA Hiroyuki wrote: > On Thu, 27 Aug 2009 16:55:42 -0700 > akpm@linux-foundation.org wrote: > > > The mm-of-the-moment snapshot 2009-08-27-16-51 has been uploaded to > > > > http://userweb.kernel.org/~akpm/mmotm/ > > > > and will soon be available at > > > > git://git.zen-sources.org/zen/mmotm.git > > > > It contains the following patches against 2.6.31-rc7: > > > > I'm not digggin so much but /proc/meminfo corrupted. > > [kamezawa@bluextal cgroup]$ cat /proc/meminfo > MemTotal: 24421124 kB > MemFree: 38314388 kB The bug is that every anon deactivation increases the 'free pages' counter. This should fix it: http://marc.info/?l=linux-kernel&m=125148840818965&w=2 Hannes -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org