commit | 7f82034438e424c766e1ad5847ed0e4ccc090edf | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Sep 03 12:40:54 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Sep 13 23:05:32 2012 -0400 |
tree | 41dd789bc5ec5aecbd95c368e5a3fcc5f2f498d0 | |
parent | ea38e503073c2c541517ff5fb92135cc4a470a77 [diff] |
resize2fs: fix overhead calculation for meta_bg file systems The file system overhead calculation in calculate_minimum_resize_size was incorrect meta_bg file systems. This caused the minimum size to underflow for very large file systems, which threw resize2fs into a loop generally lasted longer than the user's patience. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>