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 <edward.shishkin@xxxxxxxxx> > > --- > > 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 <edward.shishkin@xxxxxxxxx> 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 <edward.shishkin@xxxxxxxxx> Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> 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.