commit | 85d825dbf4899a69407338bae462a59aa9a37326 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Apr 14 21:57:49 2022 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Apr 14 22:05:47 2022 -0400 |
tree | 2b4ee6db488034058c47eb3a1653a8b8b642181f | |
parent | 10b01ee92df52c8d7200afead4d5e5f55a5c58b1 [diff] |
ext4: force overhead calculation if the s_overhead_cluster makes no sense 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