ext4: fix incorrect inodes per group in error message
authorJosh Triplett <josh@joshtriplett.org>
Sat, 28 Mar 2020 22:34:15 +0000 (15:34 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 29 Mar 2020 03:11:12 +0000 (23:11 -0400)
commitb9c538da4e52a7b79dfcf4cfa487c46125066dfb
treeecf54cd2c71429564946721e5bec3e1b6e9f4770
parent626b035b816b61a7a7b4d2205a6807e2f11a18c1
ext4: fix incorrect inodes per group in error message

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.

Fixes: cd6bb35bf7f6d ("ext4: use more strict checks for inodes_per_block on mount")
Link: https://lore.kernel.org/r/8be03355983a08e5d4eed480944613454d7e2550.1585434649.git.josh@joshtriplett.org
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c