]> git.ipfire.org Git - thirdparty/coreutils.git/commit
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>
Fri, 28 Jan 2011 22:28:38 +0000 (23:28 +0100)
commit6c4fc520b66292bdaebe6216d635bac92d9c732a
tree2cdfdbd06f9f8dcf898533e6c47a584a78ddce48
parent85034c48b464e93a9494d031ec54684be2245f6e
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