From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754339Ab2HGMNZ (ORCPT ); Tue, 7 Aug 2012 08:13:25 -0400 Received: from mail-vc0-f174.google.com ([209.85.220.174]:35081 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753962Ab2HGMNY (ORCPT ); Tue, 7 Aug 2012 08:13:24 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 7 Aug 2012 20:13:22 +0800 Message-ID: Subject: Re: [RFC patch] mmap: permute find_vma with find_vma_prev From: Hillf Danton To: Hugh Dickins Cc: KOSAKI Motohiro , Mikulas Patocka , Mel Gorman , Johannes Weiner , Andrew Morton , Linux-MM , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 7, 2012 at 10:08 AM, Hugh Dickins wrote: > And rarely is its prev search actually required. Whereas there are lots > of users of find_vma(), who want it to be as quick as possible: it should > not be burdened with almost-never-needed extras. Got, thanks. > I don't know what you're referring to: what happened to LKML? For a couple of days it has been not updated, just an advertisement at https://lkml.org/lkml/2012/8/7/ and stale content at https://lkml.org/lkml/last100/ Hillf From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx205.postini.com [74.125.245.205]) by kanga.kvack.org (Postfix) with SMTP id 609596B0044 for ; Tue, 7 Aug 2012 08:13:24 -0400 (EDT) Received: by vcbfl10 with SMTP id fl10so4777475vcb.14 for ; Tue, 07 Aug 2012 05:13:23 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 7 Aug 2012 20:13:22 +0800 Message-ID: Subject: Re: [RFC patch] mmap: permute find_vma with find_vma_prev From: Hillf Danton Content-Type: text/plain; charset=UTF-8 Sender: owner-linux-mm@kvack.org List-ID: To: Hugh Dickins Cc: KOSAKI Motohiro , Mikulas Patocka , Mel Gorman , Johannes Weiner , Andrew Morton , Linux-MM , LKML On Tue, Aug 7, 2012 at 10:08 AM, Hugh Dickins wrote: > And rarely is its prev search actually required. Whereas there are lots > of users of find_vma(), who want it to be as quick as possible: it should > not be burdened with almost-never-needed extras. Got, thanks. > I don't know what you're referring to: what happened to LKML? For a couple of days it has been not updated, just an advertisement at https://lkml.org/lkml/2012/8/7/ and stale content at https://lkml.org/lkml/last100/ Hillf -- 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