forked from sahib/rmlint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils: rm_offset_get_from_fd: Don't combine separate extents
There can be a hole between two physically adjacent extents. To avoid breaking any code that calls this function, don't merge their representation, since it completely hides the hole and makes the physical length of the on-disk extent look larger than it really is. Fixes sahib#530
- Loading branch information
1 parent
5f1d08f
commit 6e9ea3c
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters