add flushpart; avoid O_DIRECT on linux
This commit is contained in:
parent
7e4524011b
commit
e46cacb0ea
10 changed files with 39 additions and 21 deletions
|
|
@ -38,6 +38,7 @@ Arena *findarena(char *name);
|
|||
int flushciblocks(Arena *arena);
|
||||
void flushdcache(void);
|
||||
void flushicache(void);
|
||||
int flushpart(Part*);
|
||||
void flushqueue(void);
|
||||
void fmtzbinit(Fmt *f, ZBlock *b);
|
||||
void freearena(Arena *arena);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue