Commit Diff


commit - 5aff4778b83fef85a3eab51c6ab807ba15fc200b
commit + 88dc23aedf161a1a060b9dfc0ab7917ce39ca08e
blob - 2d5d0b390ba45617cabe40ea7043e5c2bad748da
blob + 8a416b53bd1fdf08a0e8cf8ab9c1351b07d982c0
--- include/venti.h
+++ include/venti.h
@@ -416,7 +416,7 @@ struct VtBlock
 u32int vtglobaltolocal(uchar[VtScoreSize]);
 void vtlocaltoglobal(u32int, uchar[VtScoreSize]);
 
-VtCache *vtcachealloc(VtConn*, int blocksize, ulong nblocks, int mode);
+VtCache *vtcachealloc(VtConn*, int blocksize, ulong nblocks);
 void vtcachefree(VtCache*);
 VtBlock *vtcachelocal(VtCache*, u32int addr, int type);
 VtBlock *vtcacheglobal(VtCache*, uchar[VtScoreSize], int type);