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 8A804C433EF for ; Tue, 22 Feb 2022 13:38:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232343AbiBVNiu (ORCPT ); Tue, 22 Feb 2022 08:38:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232147AbiBVNis (ORCPT ); Tue, 22 Feb 2022 08:38:48 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E2C6C7D4F; Tue, 22 Feb 2022 05:38:21 -0800 (PST) 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=xaR5BAb2iA8Q4IbzOaNaow/c/pauqA9sg81gbN/llx8=; b=oyYMROg7m2mOqCt2bM5HiEQqX0 y18gWLnlDNIZ5IneEYSH8eVd0PLoookyCw/NGZJ7UqiOHVW90p4QyGVdadCDeDpwnG1KzmVbs21Cr u9jkfSQBaUfOUUzMhVSCSZ/e8HTK7/O6Bk/fVWnnO21HGl+c7nm7MjLQ9FlIw5tygrE9Iqtwzf/AX z99H267wLxeeHijwbGhCPjbsQKFC8eUI+igkP1tm4MMzKv0fHbE/NgGLUFErNYZ4887HDR9FuKmsw bmNifFUV2CYdHFlZSYZG5pEQ+2gC8UPycw3kBkUIBNHEXE3scDmPaIYNhiWH5PORVY9bT42gF1T7n VMS0iZuw==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nMVMx-002nWP-F9; Tue, 22 Feb 2022 13:38:19 +0000 Date: Tue, 22 Feb 2022 13:38:19 +0000 From: Matthew Wilcox To: Jan Kara Cc: Edward Shishkin , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, reiserfs-devel@vger.kernel.org Subject: Re: [PATCH] reiserfs: get rid of AOP_FLAG_CONT_EXPAND flag Message-ID: References: <20220220232219.1235-1-edward.shishkin@gmail.com> <20220222102727.2sqf4wfdtjaxrqat@quack3.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220222102727.2sqf4wfdtjaxrqat@quack3.lan> Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Feb 22, 2022 at 11:27:27AM +0100, Jan Kara wrote: > On Mon 21-02-22 00:22:19, Edward Shishkin wrote: > > Signed-off-by: Edward Shishkin > > --- > > fs/reiserfs/inode.c | 16 +++++----------- > > 1 file changed, 5 insertions(+), 11 deletions(-) > > Thanks! I have queued this patch into my tree. I added the following commit message to it for my tree: Author: Edward Shishkin Date: Mon Feb 21 00:22:19 2022 +0100 reiserfs: Stop using AOP_FLAG_CONT_EXPAND flag We can simplify write_begin() and write_end() by handling the cont_expand case in reiserfs_setattr(). Signed-off-by: Edward Shishkin Signed-off-by: Matthew Wilcox (Oracle) I don't object if it goes via your tree; I doubt I'll get the AOP_FLAG removal finished in time for the next merge window.