From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933342Ab0CLRQh (ORCPT ); Fri, 12 Mar 2010 12:16:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47787 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933206Ab0CLRQg (ORCPT ); Fri, 12 Mar 2010 12:16:36 -0500 Message-ID: <4B9A768E.7020101@redhat.com> Date: Fri, 12 Mar 2010 12:14:54 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: Mel Gorman CC: Andrew Morton , Andrea Arcangeli , Christoph Lameter , Adam Litke , Avi Kivity , David Rientjes , KOSAKI Motohiro , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 03/11] mm: Share the anon_vma ref counts between KSM and page migration References: <1268412087-13536-1-git-send-email-mel@csn.ul.ie> <1268412087-13536-4-git-send-email-mel@csn.ul.ie> In-Reply-To: <1268412087-13536-4-git-send-email-mel@csn.ul.ie> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/12/2010 11:41 AM, Mel Gorman wrote: > For clarity of review, KSM and page migration have separate refcounts on > the anon_vma. While clear, this is a waste of memory. This patch gets > KSM and page migration to share their toys in a spirit of harmony. > > Signed-off-by: Mel Gorman > Reviewed-by: Minchan Kim Reviewed-by: Rik van Riel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail190.messagelabs.com (mail190.messagelabs.com [216.82.249.51]) by kanga.kvack.org (Postfix) with SMTP id CCCF56B0155 for ; Fri, 12 Mar 2010 12:15:41 -0500 (EST) Message-ID: <4B9A768E.7020101@redhat.com> Date: Fri, 12 Mar 2010 12:14:54 -0500 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 03/11] mm: Share the anon_vma ref counts between KSM and page migration References: <1268412087-13536-1-git-send-email-mel@csn.ul.ie> <1268412087-13536-4-git-send-email-mel@csn.ul.ie> In-Reply-To: <1268412087-13536-4-git-send-email-mel@csn.ul.ie> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Mel Gorman Cc: Andrew Morton , Andrea Arcangeli , Christoph Lameter , Adam Litke , Avi Kivity , David Rientjes , KOSAKI Motohiro , linux-kernel@vger.kernel.org, linux-mm@kvack.org List-ID: On 03/12/2010 11:41 AM, Mel Gorman wrote: > For clarity of review, KSM and page migration have separate refcounts on > the anon_vma. While clear, this is a waste of memory. This patch gets > KSM and page migration to share their toys in a spirit of harmony. > > Signed-off-by: Mel Gorman > Reviewed-by: Minchan Kim Reviewed-by: Rik van Riel -- 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