mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-23 01:08:54 +00:00
This reverts commit 5b487f651a
.
This commit is contained in:
parent
5b487f651a
commit
0d6b02090e
@ -704,11 +704,6 @@ size_t S3fsCurl::DownloadWriteCallback(void* ptr, size_t size, size_t nmemb, voi
|
|||||||
pCurl->partdata.startpos += totalwrite;
|
pCurl->partdata.startpos += totalwrite;
|
||||||
pCurl->partdata.size -= totalwrite;
|
pCurl->partdata.size -= totalwrite;
|
||||||
|
|
||||||
// flush the file and clean the page cache
|
|
||||||
if (pCurl->partdata.size == 0){
|
|
||||||
fdatasync(pCurl->partdata.fd);
|
|
||||||
}
|
|
||||||
|
|
||||||
return totalwrite;
|
return totalwrite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user