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=-5.2 required=3.0 tests=BAYES_00, 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 DF8E4C55178 for ; Sun, 1 Nov 2020 10:52:02 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 86F5A20791 for ; Sun, 1 Nov 2020 10:52:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 86F5A20791 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 1B3D46B0072; Sun, 1 Nov 2020 05:52:02 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 166EB6B0078; Sun, 1 Nov 2020 05:52:02 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 07AAC6B007B; Sun, 1 Nov 2020 05:52:02 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0065.hostedemail.com [216.40.44.65]) by kanga.kvack.org (Postfix) with ESMTP id D52926B0072 for ; Sun, 1 Nov 2020 05:52:01 -0500 (EST) Received: from smtpin14.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id 797138249980 for ; Sun, 1 Nov 2020 10:52:01 +0000 (UTC) X-FDA: 77435534442.14.thing45_5c092e3272a6 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin14.hostedemail.com (Postfix) with ESMTP id 59B3418229818 for ; Sun, 1 Nov 2020 10:52:01 +0000 (UTC) X-HE-Tag: thing45_5c092e3272a6 X-Filterd-Recvd-Size: 1737 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by imf26.hostedemail.com (Postfix) with ESMTP for ; Sun, 1 Nov 2020 10:52:00 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id 909086736F; Sun, 1 Nov 2020 11:51:58 +0100 (CET) Date: Sun, 1 Nov 2020 11:51:58 +0100 From: Christoph Hellwig To: Matthew Wilcox Cc: Christoph Hellwig , Andrew Morton , Kent Overstreet , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 04/13] mm: handle readahead in generic_file_buffered_read_pagenotuptodate Message-ID: <20201101105158.GA26874@lst.de> References: <20201031090004.452516-1-hch@lst.de> <20201031090004.452516-5-hch@lst.de> <20201031170646.GT27442@casper.infradead.org> <20201101103144.GC26447@lst.de> <20201101104958.GU27442@casper.infradead.org> <20201101105112.GA26860@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201101105112.GA26860@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Sun, Nov 01, 2020 at 11:51:12AM +0100, Christoph Hellwig wrote: > On Sun, Nov 01, 2020 at 10:49:58AM +0000, Matthew Wilcox wrote: > > On Sun, Nov 01, 2020 at 11:31:44AM +0100, Christoph Hellwig wrote: > > > This looks sensible, but goes beyond the simple refactoring I had > > > intended. Let me take a more detailed look at your series (I had just > > > updated my existing series to to the latest linux-next) and see how > > > it can nicely fit in. > > > > I'm also working on merging our two series. I'm just about there ... > > Heh, same here. I'll stop for now.