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=-7.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=unavailable 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 9DA2AC4740A for ; Mon, 7 Oct 2019 06:17:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7D28D2173B for ; Mon, 7 Oct 2019 06:17:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727104AbfJGGRL (ORCPT ); Mon, 7 Oct 2019 02:17:11 -0400 Received: from verein.lst.de ([213.95.11.211]:34920 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726202AbfJGGRK (ORCPT ); Mon, 7 Oct 2019 02:17:10 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 487C668AFE; Mon, 7 Oct 2019 08:17:06 +0200 (CEST) Date: Mon, 7 Oct 2019 08:17:05 +0200 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Christoph Hellwig , Damien Le Moal , Andreas Gruenbacher , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/11] iomap: add tracing for the readpage / readpages Message-ID: <20191007061705.GA20377@lst.de> References: <20191006154608.24738-1-hch@lst.de> <20191006154608.24738-2-hch@lst.de> <20191006224324.GR13108@magnolia> <20191007054838.GA15655@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191007054838.GA15655@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Oct 07, 2019 at 07:48:38AM +0200, Christoph Hellwig wrote: > On Sun, Oct 06, 2019 at 03:43:24PM -0700, Darrick J. Wong wrote: > > > +iomap-y += trace.o \ > > > > I think this patch is missing fs/iomap/trace.c ? > > It does. The file is in my tree, but I never did a git-add for it.. A branch with the file is here: git://git.infradead.org/users/hch/xfs.git iomap-writepage.7 Gitweb: http://git.infradead.org/users/hch/xfs.git/shortlog/refs/heads/iomap-writepage.7 I'll wait a bit until I resend to see if people find other issues.