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 19F40C4332F for ; Thu, 15 Dec 2022 08:13:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229619AbiLOINP (ORCPT ); Thu, 15 Dec 2022 03:13:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229517AbiLOINO (ORCPT ); Thu, 15 Dec 2022 03:13:14 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA2C42872B for ; Thu, 15 Dec 2022 00:13:12 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 83D5C68AA6; Thu, 15 Dec 2022 09:13:08 +0100 (CET) Date: Thu, 15 Dec 2022 09:13:08 +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 01/15] scsi: Add struct for args to execution functions Message-ID: <20221215081308.GA3308@lst.de> References: <20221214235001.57267-1-michael.christie@oracle.com> <20221214235001.57267-2-michael.christie@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221214235001.57267-2-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