copy: always use FIEMAP_FLAG_SYNC, for now
authorJim Meyering <meyering@redhat.com>
Wed, 20 Apr 2011 07:49:15 +0000 (09:49 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 20 Apr 2011 15:11:15 +0000 (17:11 +0200)
commit9bcd045f812a75cf96ba392bc45529422f87c088
treeeb353fe148a01aac85c8ad5965e800dc12534283
parent48306b83bececcce14d688e18bd84ee9861e503e
copy: always use FIEMAP_FLAG_SYNC, for now

* src/extent-scan.c (extent_need_sync): Always return true,
to make the sole caller always use FIEMAP_FLAG_SYNC.
This will doubtless have an undesirable performance impact,
but we'll mitigate that shortly, by using extent_copy only on
files with holes.
src/extent-scan.c