From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755659Ab1ILMZK (ORCPT ); Mon, 12 Sep 2011 08:25:10 -0400 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:48511 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755630Ab1ILMZI (ORCPT ); Mon, 12 Sep 2011 08:25:08 -0400 Date: Mon, 12 Sep 2011 08:25:07 -0400 From: Christoph Hellwig To: Jens Axboe Cc: Christoph Hellwig , linux-raid@vger.kernel.org, dm-devel@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] block: export __make_request Message-ID: <20110912122507.GA12229@infradead.org> References: <20110911145053.GA28996@infradead.org> <4E6DD7F0.8020903@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E6DD7F0.8020903@kernel.dk> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 12, 2011 at 11:59:12AM +0200, Jens Axboe wrote: > On 2011-09-11 16:50, Christoph Hellwig wrote: > > Avoid the hacks need for request based device mappers currently by simply > > exporting the symbol instead of trying to get it through the back door. > > Good idea, lets rename it to blk_make_request() at the same time though. > I'll merge it as such. What happens to the existing blk_make_request?