ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.xs
(Generate patch)

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.283 by root, Thu Sep 3 17:20:45 2020 UTC vs.
Revision 1.284 by root, Thu Sep 3 19:32:53 2020 UTC

409 { 409 {
410 struct fiemap_extent *e = incmap->fm_extents + count; 410 struct fiemap_extent *e = incmap->fm_extents + count;
411 411
412 fiemap->fm_extents [fiemap->fm_mapped_extents++] = *e; 412 fiemap->fm_extents [fiemap->fm_mapped_extents++] = *e;
413 413
414 if (e->fe_logical + e->fe_length >= end_offset) 414 if (e->fe_logical >= end_offset)
415 goto done; 415 goto done;
416 416
417 if (e->fe_flags & FIEMAP_EXTENT_LAST) 417 if (e->fe_flags & FIEMAP_EXTENT_LAST)
418 goto done; 418 goto done;
419 419

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines