fluff
This commit is contained in:
parent
ecb6bee2b2
commit
ab6d31f136
@ -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_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user