commit | ad933197939874c4d25252cc749ae8ec4cabff52 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Apr 14 21:57:49 2022 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 27 13:15:31 2022 +0200 |
tree | 4f9bd7145c6c36aa2435c29393989668057f62d7 | |
parent | a22946d583ccf77741f9708c5a9a5400be47fce8 [diff] |
ext4: force overhead calculation if the s_overhead_cluster makes no sense commit 85d825dbf4899a69407338bae462a59aa9a37326 upstream. If the file system does not use bigalloc, calculating the overhead is cheap, so force the recalculation of the overhead so we don't have to trust the precalculated overhead in the superblock. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>