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.8 required=3.0 tests=BAYES_00,DATE_IN_PAST_12_24, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 DE0CEC56202 for ; Wed, 28 Oct 2020 22:11:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 81C4E2473C for ; Wed, 28 Oct 2020 22:11:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="bdbrP2jW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730714AbgJ1WLl (ORCPT ); Wed, 28 Oct 2020 18:11:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730702AbgJ1WLg (ORCPT ); Wed, 28 Oct 2020 18:11:36 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E6D5C0613D2; Wed, 28 Oct 2020 15:11:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.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=V0F6qvxrqJ6CiZ4OmTie3wm3lFL7SwoxTHVUYB1s9t8=; b=bdbrP2jW1bhOFUqCro/B307iv7 IsTZdcg/hiqUqj+BlCA7grV6NdBIGTlhabSRw8pczcp8MXpBVoVCytNCWzMun1VXWgUeRw5QYMlJe EgHS+5ca1YA0v8kAm+WMEI/KaEZkrrLLUPBuH5Z6AypKjNYSOmsBUhha3rvTbtfVCu3Q9rt4eGl1T Zq29ido7GQUdZ+xfm9hfqNztHvan+w4Ye/Bb3R2jdoyi0kNv8zWgkjZ+GvrNbn41QoHXaqa/84suu fCps5EV+ZSSECfouHoUfdKHApa1LcfPRBE7H9RRXM/Hd0vynQW0F6ElmWRX+cZB9qnU51MSSIW/WH dy5bEfqg==; Received: from hch by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXf8U-0005z1-J9; Wed, 28 Oct 2020 06:40:42 +0000 Date: Wed, 28 Oct 2020 06:40:42 +0000 From: Christoph Hellwig To: Matthew Wilcox Cc: Christoph Hellwig , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Andrew Morton , Hugh Dickins , Johannes Weiner , Yang Shi , Dave Chinner , linux-kernel@vger.kernel.org, William Kucharski Subject: Re: [PATCH v3 04/12] mm/filemap: Add mapping_seek_hole_data Message-ID: <20201028064042.GA22361@infradead.org> References: <20201026041408.25230-1-willy@infradead.org> <20201026041408.25230-5-willy@infradead.org> <20201027185809.GB15201@infradead.org> <20201027200458.GX20115@casper.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201027200458.GX20115@casper.infradead.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Oct 27, 2020 at 08:04:58PM +0000, Matthew Wilcox wrote: > I have that patch here: > > http://git.infradead.org/users/willy/pagecache.git/commitdiff/a4e435b5ed14a0b898da6e5a66fe232f467b8ba1 > > I was going to let this patch go upstream through Andrew's tree, then > submit that one through Darrick's tree. But I can add that patch to > the next submission of this series if you'd rather. I think keeping the two patches together would be useful.