commit | 9d4bade4ac211e9140e1da93b906c0025336eaef | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Jul 11 23:44:56 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jul 11 23:44:56 2009 -0400 |
tree | b29663a4825a4052bdfe86bd1d31710c1fde3197 | |
parent | 42080a8656895eddb0e054c3af86667a5a6aff9f [diff] |
filefrag: Restore "perfect" number of extents calculation for ext2/ext3 The FIEMAP support added in e2fsprogs 1.41.6 broke the "perfection would be XXX expects" calculation restore it. Also fix some gcc -Wall warnings as well. (Cleaning up gcc -Wall is what caused me to notice this regression). Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>