Merge branch 'master' into columnfamilies

This commit is contained in:
Igor Canadi
2014-02-05 12:00:33 -08:00
6 changed files with 11 additions and 18 deletions

View File

@@ -438,7 +438,7 @@ class WritableFile {
// This asks the OS to initiate flushing the cached data to disk,
// without waiting for completion.
// Default implementation does nothing.
virtual Status RangeSync(off_t offset, off_t nbytes) {
virtual Status RangeSync(off64_t offset, off64_t nbytes) {
return Status::OK();
}