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 A8743C4332F for ; Thu, 15 Dec 2022 08:14:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229748AbiLOIOc (ORCPT ); Thu, 15 Dec 2022 03:14:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229735AbiLOIOb (ORCPT ); Thu, 15 Dec 2022 03:14:31 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FC1F2872B for ; Thu, 15 Dec 2022 00:14:30 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 0C94568AA6; Thu, 15 Dec 2022 09:14:28 +0100 (CET) Date: Thu, 15 Dec 2022 09:14:27 +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 09/15] scsi: zbc: Convert to scsi_execute_cmd Message-ID: <20221215081427.GE3308@lst.de> References: <20221214235001.57267-1-michael.christie@oracle.com> <20221214235001.57267-10-michael.christie@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221214235001.57267-10-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 Looks good: Reviewed-by: Christoph Hellwig