copy: call extent_copy also when make_holes is false, ...
authorJim Meyering <meyering@redhat.com>
Sat, 22 Jan 2011 11:36:03 +0000 (12:36 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 30 Jan 2011 19:44:11 +0000 (20:44 +0100)
commit0497a86f7001526f7cf35e0f876063a06a748e4b
tree59120d05b583d5cad5a4891cc69b9b36a7c647c1
parent8ecb0c76c3a92790bb452f99910556c6c6a838d2
copy: call extent_copy also when make_holes is false, ...

so that we benefit from using extents also when reading a sparse
input file with --sparse=never.
* src/copy.c (copy_reg): Remove erroneous test of "make_holes"
so that we call extent_copy also when make_holes is false.
Otherwise, what's the point of that parameter?
src/copy.c