On Sat 10-12-22 09:44:16, Linus Torvalds wrote: > On Sat, Dec 10, 2022 at 7:36 AM Jens Axboe <axboe@xxxxxxxxx> wrote: > > > > Just a single writeback fix from Jan, for sanity checking adding freed > > inodes to lists. > > That's what the commit message says too, but that's not what the patch > actually *does*. > > It also does that unexplained > > + if (inode->i_state & I_FREEING) { > + list_del_init(&inode->i_io_list); > + wb_io_lists_depopulated(wb); > + return; > + } > > that is new. Yeah, I should have explained that. Now added to commit description and also to a comment before the if. I'll send new version to Jens. Honza -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR