From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx153.postini.com [74.125.245.153]) by kanga.kvack.org (Postfix) with SMTP id 783996B13F0 for ; Tue, 31 Jan 2012 01:08:05 -0500 (EST) Received: from /spool/local by e28smtp04.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 31 Jan 2012 11:38:02 +0530 Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0V65qDa3895484 for ; Tue, 31 Jan 2012 11:35:52 +0530 Received: from d28av01.in.ibm.com (loopback [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0V65qNu017879 for ; Tue, 31 Jan 2012 11:35:52 +0530 Message-ID: <4F2784BE.9090600@linux.vnet.ibm.com> Date: Tue, 31 Jan 2012 14:05:50 +0800 From: Xiao Guangrong MIME-Version: 1.0 Subject: Re: [PATCH 1/5] hugetlbfs: fix hugetlb_get_unmapped_area References: <4F101904.8090405@linux.vnet.ibm.com> In-Reply-To: <4F101904.8090405@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Xiao Guangrong Cc: Andrew Morton , William Irwin , linux-mm@kvack.org, LKML On 01/13/2012 07:44 PM, Xiao Guangrong wrote: > Using/updating cached_hole_size and free_area_cache properly to speedup > find free region > Ping...??? -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752856Ab2AaGIH (ORCPT ); Tue, 31 Jan 2012 01:08:07 -0500 Received: from e28smtp04.in.ibm.com ([122.248.162.4]:33050 "EHLO e28smtp04.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751848Ab2AaGIE (ORCPT ); Tue, 31 Jan 2012 01:08:04 -0500 Message-ID: <4F2784BE.9090600@linux.vnet.ibm.com> Date: Tue, 31 Jan 2012 14:05:50 +0800 From: Xiao Guangrong User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Xiao Guangrong CC: Andrew Morton , William Irwin , linux-mm@kvack.org, LKML Subject: Re: [PATCH 1/5] hugetlbfs: fix hugetlb_get_unmapped_area References: <4F101904.8090405@linux.vnet.ibm.com> In-Reply-To: <4F101904.8090405@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit x-cbid: 12013106-5564-0000-0000-0000012B5AB1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/13/2012 07:44 PM, Xiao Guangrong wrote: > Using/updating cached_hole_size and free_area_cache properly to speedup > find free region > Ping...???