commit | eb7054212eac8b451d727bf079eae3db8c88f9d3 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Apr 14 22:39:00 2022 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Apr 14 22:39:00 2022 -0400 |
tree | efbfe347a0bd8c4f437b6af7cdf8f03678ce3a63 | |
parent | 85d825dbf4899a69407338bae462a59aa9a37326 [diff] |
ext4: update the cached overhead value in the superblock If we (re-)calculate the file system overhead amount and it's different from the on-disk s_overhead_clusters value, update the on-disk version since this can take potentially quite a while on bigalloc file systems. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@kernel.org