From: Theodore Ts'o Date: Fri, 18 Nov 2016 18:28:30 +0000 (-0500) Subject: ext4: use more strict checks for inodes_per_block on mount X-Git-Tag: v3.2.87~181 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=14f48cfd0bac66d471104d739595fc3c6d0ffc78;hp=14f48cfd0bac66d471104d739595fc3c6d0ffc78;ds=sidebyside ext4: use more strict checks for inodes_per_block on mount commit cd6bb35bf7f6d7d922509bf50265383a0ceabe96 upstream. Centralize the checks for inodes_per_block and be more strict to make sure the inodes_per_block_group can't end up being zero. Signed-off-by: Theodore Ts'o Reviewed-by: Andreas Dilger Signed-off-by: Ben Hutchings ---