commit | cd84e9a337987658b8508fac2e4de4bd52e4b48d | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Apr 28 10:07:16 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 04 23:15:49 2014 -0400 |
tree | dde6f7832eb63a8532c0968096900b32287214a7 | |
parent | d51072af0a9c458e12391be0639a129ede1d2931 [diff] |
resize2fs: fix inode table move for the backwards move case In the case where the new location of the inode table is before the old inode table, the optimization which tries to optimize zero block moves breaks. Fix it. This fixes a bug that was tickled by the reproduction described in the previous commit. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>