commit | 118d3f0b58e9523486a88ebc214626f20256916d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Feb 23 20:54:54 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Feb 23 20:54:58 2014 -0500 |
tree | 7b88e7081eb44bb81f5319754526755b4485df24 | |
parent | 01d6aa9d8757a5b76ed8e2b2bbe3488a6a3afc9c [diff] |
resize2fs: don't free in-use clusters when moving blocks When we're moving blocks around the filesystem, ensure that freeing the old blocks only frees the clusters if they're not in use by other metadata. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>