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
rmlint previously ignored holes between physically adjacent extents. This could cause files to be detected as reflinked that weren't, if one file had a complete extent and the other file had two pieces of it separated by a hole. Check for logical gaps as well as physical gaps to fix this problem. Fixes sahib#530
- Loading branch information
1 parent
b64f89f
commit 50c3142
Showing
2 changed files
with
35 additions
and
14 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
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