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 E9F81C38142 for ; Thu, 19 Jan 2023 05:28:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229818AbjASF2f (ORCPT ); Thu, 19 Jan 2023 00:28:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229905AbjASF2a (ORCPT ); Thu, 19 Jan 2023 00:28:30 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CE693A82 for ; Wed, 18 Jan 2023 21:28:26 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 230CC67373; Thu, 19 Jan 2023 06:28:22 +0100 (CET) Date: Thu, 19 Jan 2023 06:28:21 +0100 From: Christoph Hellwig To: Al Viro Cc: Christoph Hellwig , Andrew Morton , 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 v3 Message-ID: <20230119052821.GA16631@lst.de> References: <20230118173027.294869-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Wed, Jan 18, 2023 at 09:33:32PM +0000, Al Viro wrote: > BTW, do you have the check for minix_delete_entry() failure when called > from minix_rename() anywhere in your tree? I don't see that in this > series; I'm adding the trivial fix, hopefully that won't end up > creating conflicts... Just add it in top of the series, I didn't touch anything that I did not send out.