On Mon, Dec 09, 2019 at 03:36:02PM -0800, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Determining an inode's journaling mode has gotten more complicated over > time. Move ext4_inode_journal_mode() from an inline function into > ext4_jbd2.c to reduce the compiled code size. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Thanks, applied. - Ted