On Mon, Jul 12, 2021 at 05:40:06PM +0200, Jan Kara wrote: > Move functions for handling orphan inodes into a new file > fs/ext4/orphan.c to have them in one place and somewhat reduce size of > other files. No code changes. > > Reviewed-by: Andreas Dilger <adilger@xxxxxxxxx> > Signed-off-by: Jan Kara <jack@xxxxxxx> Note that when you refresh this patch, you'll need to include commit b9a037b7f3c4: ("ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle") when moving ext4_orphan_cleanup() to fs/ext4/orphan.c. Cheers, - Ted