From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: Re: [patchset 0/4] osd: Stop usage of blk_rq_append_bio Date: Thu, 14 May 2009 19:11:01 +0300 Message-ID: <4A0C4295.4080101@panasas.com> References: <4A0307F4.50205@panasas.com> <20090512112539.GH4140@kernel.dk> <4A0AD8FA.6030903@panasas.com> <4A0ADAEF.3040501@panasas.com> <1242226048.4728.24.camel@mulgrave.int.hansenpartnership.com> <4A0C3086.2010802@panasas.com> <1242315327.11484.2.camel@mulgrave.int.hansenpartnership.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-fx0-f158.google.com ([209.85.220.158]:36907 "EHLO mail-fx0-f158.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751101AbZENQLG (ORCPT ); Thu, 14 May 2009 12:11:06 -0400 Received: by fxm2 with SMTP id 2so1405377fxm.37 for ; Thu, 14 May 2009 09:11:05 -0700 (PDT) In-Reply-To: <1242315327.11484.2.camel@mulgrave.int.hansenpartnership.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley , Tejun Heo Cc: Jens Axboe , Stephen Rothwell , FUJITA Tomonori , Jeff Garzik , linux-scsi , open-osd mailing-list , "Nicholas A. Bellinger" On 05/14/2009 06:35 PM, James Bottomley wrote: >> >> I see that you rebased by now, though I suspect the fc's blk_end_request >> call will fail to build if merged with block tree. > > Yes, that's the bit we need a postmerge tree for. It has to build on > it's own in scsi-misc, but it's making use of an API Tejun is altering, > so the block postmerge has to do the API alteration based on the SCSI > tree. > Tejun's cleanup is a bit tricky and cross trees wide. It will need to be completely postponed to post merge which will be a pity since there are so many patches ontop of it in block-next. Unless we want to sacrifice the build ability of the tree between block-merge and the fixup to this driver. Perhaps you could do a scsi-post-merge tree that has only this driver, already with the new needed code? >> I'm also seeing some recent changes to block git so I suspect that Jens is >> in the middle of rebasing too. (I hope) >> Boaz