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 X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 918DFC2BB55 for ; Fri, 10 Apr 2020 05:58:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 599A320801 for ; Fri, 10 Apr 2020 05:58:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="dmUj16ND" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725858AbgDJF6f (ORCPT ); Fri, 10 Apr 2020 01:58:35 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:36938 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725776AbgDJF6f (ORCPT ); Fri, 10 Apr 2020 01:58:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; 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=tVDFAQy0GfDOukYPJW4ZPu7TUMtuz/n3F/EhfThjKv0=; b=dmUj16NDNtaJ2sI/r6Qbk7vQTc +QRQzA90XetTRqD1ZLa3ko4HkygAGd2x7Xaj0U963tJzZZGGJC1K+fC+UJs1nzLbS3FKkC9+zgQr7 HGqOKA2T9BM6KgmPkGsLjId0S5ngSTrmUZIS8mM5+MNNG6958tOUQlhFkBUDFXakEN4uFwVwg6VTA o1T6EhrSp2gEw8UlxOaOGgsBPhXSJXzhxMY4sTygwTr1EESwsmZD5dV1rS5pO+lLUu6JzWPA6Ez2D WQGRL/PMWsQlZqObr7j1gAfA9YIATxQAVnd2n1DzarFh5A15t5BHcATm7DGgarGYmR3EaGlBJLsFy cBkCtfXg==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jMmgU-00033Y-T6; Fri, 10 Apr 2020 05:58:34 +0000 Date: Thu, 9 Apr 2020 22:58:34 -0700 From: Christoph Hellwig To: Johannes Thumshirn Cc: Jens Axboe , Christoph Hellwig , linux-block , Damien Le Moal , Keith Busch , "linux-scsi @ vger . kernel . org" , "Martin K . Petersen" , "linux-fsdevel @ vger . kernel . org" Subject: Re: [PATCH v5 06/10] scsi: export scsi_mq_free_sgtables Message-ID: <20200410055834.GA4791@infradead.org> References: <20200409165352.2126-1-johannes.thumshirn@wdc.com> <20200409165352.2126-7-johannes.thumshirn@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200409165352.2126-7-johannes.thumshirn@wdc.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Looks good, althrough we really don't need the extern for the prototype in the header (that also applies to a few other patches in the series): Reviewed-by: Christoph Hellwig