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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 E7AB5C432C0 for ; Thu, 21 Nov 2019 07:20:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2BC62089F for ; Thu, 21 Nov 2019 07:20:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726014AbfKUHU3 (ORCPT ); Thu, 21 Nov 2019 02:20:29 -0500 Received: from verein.lst.de ([213.95.11.211]:44353 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725842AbfKUHU3 (ORCPT ); Thu, 21 Nov 2019 02:20:29 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 4355468B05; Thu, 21 Nov 2019 08:20:27 +0100 (CET) Date: Thu, 21 Nov 2019 08:20:27 +0100 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Christoph Hellwig , linux-xfs@vger.kernel.org, Allison Collins Subject: Re: [PATCH 03/10] xfs: improve the xfs_dabuf_map calling conventions Message-ID: <20191121072027.GA23961@lst.de> References: <20191120111727.16119-1-hch@lst.de> <20191120111727.16119-4-hch@lst.de> <20191120181708.GM6219@magnolia> <20191120182035.GA11912@lst.de> <20191121054458.GX6219@magnolia> <20191121060627.GA22808@lst.de> <20191121071530.GY6219@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191121071530.GY6219@magnolia> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Wed, Nov 20, 2019 at 11:15:30PM -0800, Darrick J. Wong wrote: > Here's what I've been testing with, though FWIW I'm about to go to bed > so you might as well keep going, particularly if you see anything funny > here. This looks the same as the version I have. It creates a trivial conflict with one of the later patches that I've also fixed up.