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 54547C433F5 for ; Thu, 27 Jan 2022 10:26:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239450AbiA0K0f (ORCPT ); Thu, 27 Jan 2022 05:26:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48382 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229625AbiA0K03 (ORCPT ); Thu, 27 Jan 2022 05:26:29 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BCFEC061714; Thu, 27 Jan 2022 02:26:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=eFohqgq8if4KxhkX3ieVzid0/v V8HLfjpcxoO1nk3ZE9CEguFVZspKB9ZjByTZg4XprPPcqswSCHnElKBfuV9wy3FrEQ/O1ru6lV9MA EDN9p4FDjWz6JDaqUtxPZCFYHQ0o5UFqvoLcDwv6wuZFCSvKFMCOEHntPnUPSo3h6uQIAgDLCfLsJ ZlWQVdlNi8CQETILs2W1MNNLE/4p/lO/+LOtDzN4STw/pkMXaD6R/YT4qq/8g8bvl3XuURVtopb1b ltoRBMxxeiGiq+l+QqQ3aGq9RpBEwmupEQh763MBuqLiczGZ5lOCf4C7wc41MsMMJtIpD7Gws0K43 L0B0hbGw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nD1yx-00F9Cg-IN; Thu, 27 Jan 2022 10:26:23 +0000 Date: Thu, 27 Jan 2022 02:26:23 -0800 From: Christoph Hellwig To: John Garry Cc: jejb@linux.ibm.com, martin.petersen@oracle.com, artur.paszkiewicz@intel.com, jinpu.wang@cloud.ionos.com, chenxiang66@hisilicon.com, Ajish.Koshy@microchip.com, yanaijie@huawei.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, linuxarm@huawei.com, liuqi115@huawei.com, Viswas.G@microchip.com, damien.lemoal@opensource.wdc.com Subject: Re: [PATCH 14/16] scsi: libsas: Add sas_query_task() Message-ID: References: <1643110372-85470-1-git-send-email-john.garry@huawei.com> <1643110372-85470-15-git-send-email-john.garry@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1643110372-85470-15-git-send-email-john.garry@huawei.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig