copy: suppress redundant lseeks when using fiemap
commit6f95025c9daf8fb3ed785ff1b650ade5066a58f4
authorPádraig Brady <P@draigBrady.com>
Tue, 8 Feb 2011 19:16:55 +0000 (8 19:16 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 11 Feb 2011 00:13:31 +0000 (11 00:13 +0000)
tree48afd3971dfe45ff94d01c6545304e768ce540f7
parent15571e0c8f4be1170184388f9acd8259ba75b22f
copy: suppress redundant lseeks when using fiemap

* src/copy.c (extent_copy): Suppress redundant lseek()s in both
the source and dest files, when there is no hole between extents.
src/copy.c