On Sat, Mar 28, 2020 at 03:34:15PM -0700, Josh Triplett wrote: > If ext4_fill_super detects an invalid number of inodes per group, the > resulting error message printed the number of blocks per group, rather > than the number of inodes per group. Fix it to print the correct value. > > Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx> > Fixes: cd6bb35bf7f6d ("ext4: use more strict checks for inodes_per_block on mount") Applied, thanks. - Ted