Extract disk opening functions to separate module
This commit is contained in:
@@ -164,7 +164,6 @@ inline bool operator < (const pending_journaling_t & a, const pending_journaling
|
||||
struct journal_t
|
||||
{
|
||||
int fd;
|
||||
uint64_t device_size;
|
||||
bool inmemory = false;
|
||||
bool flush_journal = false;
|
||||
void *buffer = NULL;
|
||||
|
||||
Reference in New Issue
Block a user