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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2EACEC3DA78 for ; Tue, 17 Jan 2023 05:56:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235376AbjAQF4E (ORCPT ); Tue, 17 Jan 2023 00:56:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235499AbjAQFzx (ORCPT ); Tue, 17 Jan 2023 00:55:53 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40D5A222E1 for ; Mon, 16 Jan 2023 21:55:51 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 171BE67373; Tue, 17 Jan 2023 06:55:47 +0100 (CET) Date: Tue, 17 Jan 2023 06:55:46 +0100 From: Christoph Hellwig To: Andrew Morton Cc: Al Viro , Christoph Hellwig , Mark Fasheh , Joel Becker , Joseph Qi , Evgeniy Dushistov , "Matthew Wilcox (Oracle)" , ocfs2-devel@oss.oracle.com, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org Subject: Re: remove most callers of write_one_page Message-ID: <20230117055546.GA13795@lst.de> References: <20230116085523.2343176-1-hch@lst.de> <20230116133011.81f6e4e42805ed47aa61270d@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230116133011.81f6e4e42805ed47aa61270d@linux-foundation.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Jan 16, 2023 at 01:30:11PM -0800, Andrew Morton wrote: > On Mon, 16 Jan 2023 21:02:45 +0000 Al Viro wrote: > > > OK... Mind if I grab minix/sysv/ufs into a branch in vfs.git? > > There's a pile of kmap_local() stuff that that would interfere with > > that and I'd rather have it in one place... > > Please grab the whole series in that case? After dropping the last patch that removes write_one_page they are independent, so splitting is fine with me, as is Al picking all of them up. Note that minix probably needs the same update for the set_link fix as Jan pointed out for ext2.