From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24C71C4332F for ; Thu, 15 Dec 2022 08:15:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229761AbiLOIPq (ORCPT ); Thu, 15 Dec 2022 03:15:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbiLOIPo (ORCPT ); Thu, 15 Dec 2022 03:15:44 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D80EF62 for ; Thu, 15 Dec 2022 00:15:43 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id C10F868B05; Thu, 15 Dec 2022 09:15:40 +0100 (CET) Date: Thu, 15 Dec 2022 09:15:40 +0100 From: Christoph Hellwig To: Mike Christie Cc: john.g.garry@oracle.com, bvanassche@acm.org, mwilck@suse.com, hch@lst.de, martin.petersen@oracle.com, linux-scsi@vger.kernel.org, james.bottomley@hansenpartnership.com Subject: Re: [PATCH v3 12/15] scsi: virtio_scsi: Convert to scsi_execute_cmd Message-ID: <20221215081540.GG3308@lst.de> References: <20221214235001.57267-1-michael.christie@oracle.com> <20221214235001.57267-13-michael.christie@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221214235001.57267-13-michael.christie@oracle.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org The conversion itself looks good, but how the f**k did we end up with a LLDD calling unquiry below the SCSI midlayer?