consistency is the hobgoblin of little minds. (taj/andrey)
This commit is contained in:
@@ -481,10 +481,10 @@ int vtfilesetdirsize(VtFile*, u32int);
|
|||||||
void vtfileunlock(VtFile*);
|
void vtfileunlock(VtFile*);
|
||||||
int vtfilelock(VtFile*, int);
|
int vtfilelock(VtFile*, int);
|
||||||
int vtfilelock2(VtFile*, VtFile*, int);
|
int vtfilelock2(VtFile*, VtFile*, int);
|
||||||
int vtfileflushbefore(VtFile*, uvlong);
|
int vtfileflushbefore(VtFile*, u64int);
|
||||||
int vtfiletruncate(VtFile*);
|
int vtfiletruncate(VtFile*);
|
||||||
uvlong vtfilegetsize(VtFile*);
|
uvlong vtfilegetsize(VtFile*);
|
||||||
int vtfilesetsize(VtFile*, uvlong);
|
int vtfilesetsize(VtFile*, u64int);
|
||||||
int vtfileremove(VtFile*);
|
int vtfileremove(VtFile*);
|
||||||
|
|
||||||
extern int chattyventi;
|
extern int chattyventi;
|
||||||
|
|||||||
@@ -389,7 +389,7 @@ shrinksize(VtFile *r, VtEntry *e, uvlong size)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
vtfilesetsize(VtFile *r, uvlong size)
|
vtfilesetsize(VtFile *r, u64int size)
|
||||||
{
|
{
|
||||||
int depth, edepth;
|
int depth, edepth;
|
||||||
VtEntry e;
|
VtEntry e;
|
||||||
|
|||||||
Reference in New Issue
Block a user