This commit is contained in:
Joe Thornber 2014-07-25 17:53:37 +01:00
parent ecb6bee2b2
commit ab6d31f136
2 changed files with 0 additions and 2 deletions

View File

@ -149,7 +149,6 @@ namespace persistent_data {
void check(block_address b) const; void check(block_address b) const;
int fd_; int fd_;
mutable block_cache bc_; mutable block_cache bc_;
}; };

View File

@ -39,7 +39,6 @@ namespace {
int const DEFAULT_MODE = 0666; int const DEFAULT_MODE = 0666;
unsigned const SECTOR_SHIFT = 9; unsigned const SECTOR_SHIFT = 9;
// FIXME: these will slow it down until we start doing async io.
int const OPEN_FLAGS = O_DIRECT; int const OPEN_FLAGS = O_DIRECT;
// FIXME: introduce a new exception for this, or at least lift this // FIXME: introduce a new exception for this, or at least lift this