Skip to content

Commit

Permalink
oops - missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed Dec 11, 2013
1 parent 43c386b commit c28dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/env_posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c28dd2a

Please sign in to comment.