commit | 79362360658a70e3d4304435bc06837494cf198d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Sep 18 21:29:19 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Sep 18 21:29:19 2014 -0400 |
tree | 880b43d7d73d83a8efb4c5b341acdfccf0cf94bd | |
parent | 1bbea9c90932c6b6f2f4ba0e0abb9da4501efce9 [diff] |
e2fsck: offer to clear overlapping extents If in the course of iterating extents we find that an otherwise valid-seeming second extent maps the same logical blocks as a previously examined first extent, offer to clear the duplicate mapping. The test for this is already in f_extents. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>