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: Break early if not contiguous
Completing the current loop iteration if the current extent is not contiguous with the last means the extent flags and file offset are updated as if the extents *were* contiguous. In general, this causes calling code to skip every second extent! Also remove a redundant write to file_offset_next that is always clobbered after the loop exits. Fixes sahib#527
- Loading branch information