Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757482Ab0KAMVw (ORCPT ); Mon, 1 Nov 2010 08:21:52 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:41155 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755651Ab0KAMVu (ORCPT ); Mon, 1 Nov 2010 08:21:50 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=Ic4Y7JEKExLXAO0NvSdUSqFUqakeUA9VpWnvKhBa7Yjhy+msF7l4EYUcrhSqZPdlTi XBt9qEvkvxYZHGgAdZMUjrDKGzgX0Rc6i4o3eH2RNi52BJYx51DaJ3Bn7kVoUkAB0j8I TPZLo6cPT2DNIXEPDbzLWdJ2ATDKpFmUXJBQ0= Date: Mon, 1 Nov 2010 20:26:33 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang To: Mathieu Desnoyers Cc: Andrew Morton , Jesper Juhl , linux-kernel@vger.kernel.org, Tom Zanussi , Karim Yaghmour , Paul Mundt , Steven Rostedt , Jens Axboe Subject: Re: [PATCH] Optimize relay_alloc_page_array() slightly by using vzalloc rather than vmalloc and memset Message-ID: <20101101122633.GN6023@cr0.nay.redhat.com> References: <20101030214704.GA20005@Krystal> <20101031183913.GA26160@Krystal> <20101031174635.88f441fe.akpm@linux-foundation.org> <20101101112754.GA12762@Krystal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101101112754.GA12762@Krystal> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 561 Lines: 13 On Mon, Nov 01, 2010 at 07:27:55AM -0400, Mathieu Desnoyers wrote: > >I was just concerned about eventual conflicts if relay.c gets removed, >given that there does not seem to be many (any ?) users left. But I >won't be managing the conflicts, so, again, feel free to merge it. > blktrace is still using it, AFAIK. -- 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/