Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93BE7C54EAA for ; Mon, 23 Jan 2023 19:19:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232660AbjAWTTD (ORCPT ); Mon, 23 Jan 2023 14:19:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54968 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232413AbjAWTS3 (ORCPT ); Mon, 23 Jan 2023 14:18:29 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1210432E5D; Mon, 23 Jan 2023 11:18:16 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 2BE9F68C7B; Mon, 23 Jan 2023 20:18:13 +0100 (CET) Date: Mon, 23 Jan 2023 20:18:13 +0100 From: Christoph Hellwig To: Andrew Morton Cc: Christoph Hellwig , Matthew Wilcox , Hugh Dickins , linux-afs@lists.infradead.org, linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, cluster-devel@redhat.com, linux-mm@kvack.org, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-nilfs@vger.kernel.org Subject: Re: return an ERR_PTR from __filemap_get_folio v2 Message-ID: <20230123191813.GA16510@lst.de> References: <20230121065755.1140136-1-hch@lst.de> <20230121170641.121f4224a0e8304765bb4738@linux-foundation.org> <20230122072006.GA3654@lst.de> <20230123105945.958075d46b0a05ffd545e276@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230123105945.958075d46b0a05ffd545e276@linux-foundation.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, Jan 23, 2023 at 10:59:45AM -0800, Andrew Morton wrote: > On Sun, 22 Jan 2023 08:20:06 +0100 Christoph Hellwig wrote: > > > On Sat, Jan 21, 2023 at 05:06:41PM -0800, Andrew Morton wrote: > > > This patchset doesn't apply to fs/btrfs/ because linux-next contains > > > this 6+ month-old commit: > > > > Hmm. It was literally written against linux-next as of last morning, > > which does not have that commit. > > Confused. According to > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/fs/btrfs/disk-io.c#n4023 > > it's there today. wait_dev_supers() has been foliofied. Yes, it's there now. But I'm pretty sure it wasn't there when I did the last rebase. Weird.