From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755274AbZETQ7T (ORCPT ); Wed, 20 May 2009 12:59:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754245AbZETQ7J (ORCPT ); Wed, 20 May 2009 12:59:09 -0400 Received: from gw-ca.panasas.com ([209.116.51.66]:3958 "EHLO laguna.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754181AbZETQ7I (ORCPT ); Wed, 20 May 2009 12:59:08 -0400 Message-ID: <4A1436D8.4050004@panasas.com> Date: Wed, 20 May 2009 19:59:04 +0300 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090315 Remi/3.0-0.b2.fc10.remi Thunderbird/3.0b2 MIME-Version: 1.0 To: James Bottomley CC: Stephen Rothwell , Tejun Heo , James Smart , linux-scsi , FUJITA Tomonori , Linux Kernel , Jens Axboe Subject: Re: [PATCH version 2] [SQUASHME] "FC Pass Thru support" fixed for block/for-2.6.31 tree References: <4A12797B.2060901@panasas.com> <4A12AC23.30808@panasas.com> <20090520111619.87f815b1.sfr@canb.auug.org.au> <1242830240.2881.10.camel@localhost.localdomain> <20090521004251.9160e228.sfr@canb.auug.org.au> <1242830865.2881.13.camel@localhost.localdomain> <1242836425.2881.44.camel@localhost.localdomain> <4A14322A.4000709@panasas.com> <1242837810.2881.47.camel@localhost.localdomain> In-Reply-To: <1242837810.2881.47.camel@localhost.localdomain> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 May 2009 16:59:08.0932 (UTC) FILETIME=[4AAD0C40:01C9D96C] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/20/2009 07:43 PM, James Bottomley wrote: > If you actually just ask scsi-post-merge-2.6 where this line is, it will > tell you: > > static void blk_finish_request(struct request *req, int error) > { > BUG_ON(blk_queued_rq(req)); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > if (blk_rq_tagged(req)) > blk_queue_end_tag(req->q, req); > > James > > This is a new BUG_ON from: block: implement and enforce request peek/start/fetch It looks like there is one more sight of the old usage that was not converted. Tejun?