oops - missed a spot

main
James Golick 11 years ago
parent 43c386b72e
commit c28dd2a891
  1. 2
      util/env_posix.cc

@ -1297,7 +1297,7 @@ class PosixEnv : public Env {
}
bool SupportsFastAllocate(const std::string& path) {
#ifdef OS_LINUX
#ifdef ROCKSDB_FALLOCATE_PRESENT
struct statfs s;
if (statfs(path.c_str(), &s)){
return false;

Loading…
Cancel
Save